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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 }, | 471 }, |
472 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 472 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
473 'msvs_disabled_warnings': [ 4267, ], | 473 'msvs_disabled_warnings': [ 4267, ], |
474 }, { # else: OS != "win" | 474 }, { # else: OS != "win" |
475 'sources!': [ | 475 'sources!': [ |
476 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 476 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
477 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', | 477 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', |
478 'browser/ui/views/native_widget_win_interactive_uitest.cc', | 478 'browser/ui/views/native_widget_win_interactive_uitest.cc', |
479 ], | 479 ], |
480 }], # OS != "win" | 480 }], # OS != "win" |
481 ['enable_message_center==0', { | |
482 'sources!': [ | |
483 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', | |
484 ], | |
485 }], # enable_message_center | |
486 ], # conditions | 481 ], # conditions |
487 }, | 482 }, |
488 { | 483 { |
489 # Third-party support sources for chromedriver_lib. | 484 # Third-party support sources for chromedriver_lib. |
490 'target_name': 'chromedriver_support', | 485 'target_name': 'chromedriver_support', |
491 'type': 'static_library', | 486 'type': 'static_library', |
492 'sources': [ | 487 'sources': [ |
493 '../third_party/mongoose/mongoose.c', | 488 '../third_party/mongoose/mongoose.c', |
494 '../third_party/mongoose/mongoose.h', | 489 '../third_party/mongoose/mongoose.h', |
495 '../third_party/webdriver/atoms.cc', | 490 '../third_party/webdriver/atoms.cc', |
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2029 # build time dependency. | 2024 # build time dependency. |
2030 '../v8/tools/gyp/v8.gyp:v8_shell#host', | 2025 '../v8/tools/gyp/v8.gyp:v8_shell#host', |
2031 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 2026 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
2032 ], | 2027 ], |
2033 }], | 2028 }], |
2034 ['enable_app_list==0', { | 2029 ['enable_app_list==0', { |
2035 'sources/': [ | 2030 'sources/': [ |
2036 ['exclude', '^browser/ui/app_list/'], | 2031 ['exclude', '^browser/ui/app_list/'], |
2037 ], | 2032 ], |
2038 }], | 2033 }], |
2039 ['enable_message_center==0', { | |
2040 'sources!': [ | |
2041 'browser/notifications/message_center_notifications_browsertest.cc', | |
2042 ], | |
2043 }], | |
2044 ['enable_plugins==1', { | 2034 ['enable_plugins==1', { |
2045 'dependencies': [ | 2035 'dependencies': [ |
2046 # Runtime dependency. | 2036 # Runtime dependency. |
2047 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', | 2037 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', |
2048 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', | 2038 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', |
2049 ], | 2039 ], |
2050 }], | 2040 }], |
2051 ['chromeos==1', { | 2041 ['chromeos==1', { |
2052 'sources!': [ | 2042 'sources!': [ |
2053 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js
', | 2043 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js
', |
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3419 # more details. | 3409 # more details. |
3420 'DebugInformationFormat': '3', | 3410 'DebugInformationFormat': '3', |
3421 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3411 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3422 }, | 3412 }, |
3423 }, | 3413 }, |
3424 }, | 3414 }, |
3425 ], | 3415 ], |
3426 }], | 3416 }], |
3427 ], # 'conditions' | 3417 ], # 'conditions' |
3428 } | 3418 } |
OLD | NEW |