Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(783)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 15025002: Remove ENABLE_MESSAGE_CENTER (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one moer fix Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 # build time dependency. 2010 # build time dependency.
2016 '../v8/tools/gyp/v8.gyp:v8_shell#host', 2011 '../v8/tools/gyp/v8.gyp:v8_shell#host',
2017 '../webkit/webkit.gyp:copy_npapi_test_plugin', 2012 '../webkit/webkit.gyp:copy_npapi_test_plugin',
2018 ], 2013 ],
2019 }], 2014 }],
2020 ['enable_app_list==0', { 2015 ['enable_app_list==0', {
2021 'sources/': [ 2016 'sources/': [
2022 ['exclude', '^browser/ui/app_list/'], 2017 ['exclude', '^browser/ui/app_list/'],
2023 ], 2018 ],
2024 }], 2019 }],
2025 ['enable_message_center==0', {
2026 'sources!': [
2027 'browser/notifications/message_center_notifications_browsertest.cc',
2028 ],
2029 }],
2030 ['enable_plugins==1', { 2020 ['enable_plugins==1', {
2031 'dependencies': [ 2021 'dependencies': [
2032 # Runtime dependency. 2022 # Runtime dependency.
2033 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', 2023 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
2034 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', 2024 '../webkit/support/webkit_support.gyp:clearkeycdmadapter',
2035 ], 2025 ],
2036 }], 2026 }],
2037 ['chromeos==1', { 2027 ['chromeos==1', {
2038 'sources!': [ 2028 'sources!': [
2039 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js ', 2029 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js ',
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3405 # more details. 3395 # more details.
3406 'DebugInformationFormat': '3', 3396 'DebugInformationFormat': '3',
3407 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3397 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3408 }, 3398 },
3409 }, 3399 },
3410 }, 3400 },
3411 ], 3401 ],
3412 }], 3402 }],
3413 ], # 'conditions' 3403 ], # 'conditions'
3414 } 3404 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698