OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 1948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1959 'browser/ui/views/frame/immersive_mode_controller_ash_browsertest.cc
', | 1959 'browser/ui/views/frame/immersive_mode_controller_ash_browsertest.cc
', |
1960 ], | 1960 ], |
1961 }, { # else: OS != "win" | 1961 }, { # else: OS != "win" |
1962 'sources!': [ | 1962 'sources!': [ |
1963 'app/chrome_command_ids.h', | 1963 'app/chrome_command_ids.h', |
1964 'app/chrome_dll.rc', | 1964 'app/chrome_dll.rc', |
1965 'app/chrome_dll_resource.h', | 1965 'app/chrome_dll_resource.h', |
1966 'app/chrome_version.rc.version', | 1966 'app/chrome_version.rc.version', |
1967 # TODO(port): http://crbug.com/45770 | 1967 # TODO(port): http://crbug.com/45770 |
1968 'browser/printing/printing_layout_browsertest.cc', | 1968 'browser/printing/printing_layout_browsertest.cc', |
1969 'browser/ui/views/app_list/app_list_controller_win_browsertest.cc', | |
1970 'browser/user_data_dir_extractor_win_browsertest.cc', | |
1971 ], | 1969 ], |
1972 }], | 1970 }], |
1973 ['toolkit_uses_gtk == 1', { | 1971 ['toolkit_uses_gtk == 1', { |
1974 'dependencies': [ | 1972 'dependencies': [ |
1975 '../build/linux/system.gyp:gtk', | 1973 '../build/linux/system.gyp:gtk', |
1976 ], | 1974 ], |
1977 }], | 1975 }], |
1978 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 1976 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
1979 'dependencies': [ | 1977 'dependencies': [ |
1980 '../build/linux/system.gyp:ssl', | 1978 '../build/linux/system.gyp:ssl', |
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3388 # more details. | 3386 # more details. |
3389 'DebugInformationFormat': '3', | 3387 'DebugInformationFormat': '3', |
3390 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3388 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3391 }, | 3389 }, |
3392 }, | 3390 }, |
3393 }, | 3391 }, |
3394 ], | 3392 ], |
3395 }], | 3393 }], |
3396 ], # 'conditions' | 3394 ], # 'conditions' |
3397 } | 3395 } |
OLD | NEW |