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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 133923002: Use a Finch Experiment to control the Browser Blacklist (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix unittests Created 6 years, 11 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
« no previous file with comments | « chrome/browser/chrome_elf_init_win.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'browser/chrome_browser_main_linux.cc', 411 'browser/chrome_browser_main_linux.cc',
412 'browser/chrome_browser_main_linux.h', 412 'browser/chrome_browser_main_linux.h',
413 'browser/chrome_browser_main_mac.h', 413 'browser/chrome_browser_main_mac.h',
414 'browser/chrome_browser_main_mac.mm', 414 'browser/chrome_browser_main_mac.mm',
415 'browser/chrome_browser_main_posix.cc', 415 'browser/chrome_browser_main_posix.cc',
416 'browser/chrome_browser_main_posix.h', 416 'browser/chrome_browser_main_posix.h',
417 'browser/chrome_browser_main_win.cc', 417 'browser/chrome_browser_main_win.cc',
418 'browser/chrome_browser_main_win.h', 418 'browser/chrome_browser_main_win.h',
419 'browser/chrome_content_browser_client.cc', 419 'browser/chrome_content_browser_client.cc',
420 'browser/chrome_content_browser_client.h', 420 'browser/chrome_content_browser_client.h',
421 'browser/chrome_elf_init_win.cc',
422 'browser/chrome_elf_init_win.h',
421 'browser/chrome_notification_types.h', 423 'browser/chrome_notification_types.h',
422 'browser/chrome_page_zoom.cc', 424 'browser/chrome_page_zoom.cc',
423 'browser/chrome_page_zoom.h', 425 'browser/chrome_page_zoom.h',
424 'browser/chrome_page_zoom_constants.cc', 426 'browser/chrome_page_zoom_constants.cc',
425 'browser/chrome_page_zoom_constants.h', 427 'browser/chrome_page_zoom_constants.h',
426 'browser/chrome_process_singleton.cc', 428 'browser/chrome_process_singleton.cc',
427 'browser/chrome_process_singleton.h', 429 'browser/chrome_process_singleton.h',
428 'browser/chrome_quota_permission_context.cc', 430 'browser/chrome_quota_permission_context.cc',
429 'browser/chrome_quota_permission_context.h', 431 'browser/chrome_quota_permission_context.h',
430 'browser/command_observer.h', 432 'browser/command_observer.h',
(...skipping 2876 matching lines...) Expand 10 before | Expand all | Expand 10 after
3307 ['exclude', '^browser/rlz/'], 3309 ['exclude', '^browser/rlz/'],
3308 ], 3310 ],
3309 }], 3311 }],
3310 ['OS=="win"', { 3312 ['OS=="win"', {
3311 'include_dirs': [ 3313 'include_dirs': [
3312 '<(DEPTH)/third_party/wtl/include', 3314 '<(DEPTH)/third_party/wtl/include',
3313 ], 3315 ],
3314 'dependencies': [ 3316 'dependencies': [
3315 'chrome_process_finder', 3317 'chrome_process_finder',
3316 'installer_util_strings', 3318 'installer_util_strings',
3319 '../chrome_elf/chrome_elf.gyp:blacklist',
3317 '../google_update/google_update.gyp:google_update', 3320 '../google_update/google_update.gyp:google_update',
3318 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3321 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3319 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3322 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3320 '../ui/views/controls/webview/webview.gyp:webview', 3323 '../ui/views/controls/webview/webview.gyp:webview',
3321 '../ui/views/views.gyp:views', 3324 '../ui/views/views.gyp:views',
3322 '../win8/win8.gyp:win8_util', 3325 '../win8/win8.gyp:win8_util',
3323 ], 3326 ],
3324 'export_dependent_settings': [ 3327 'export_dependent_settings': [
3325 '../ui/views/controls/webview/webview.gyp:webview', 3328 '../ui/views/controls/webview/webview.gyp:webview',
3326 '../ui/views/views.gyp:views', 3329 '../ui/views/views.gyp:views',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3633 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3636 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3634 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3637 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3635 }, 3638 },
3636 'includes': [ '../build/android/java_cpp_template.gypi' ], 3639 'includes': [ '../build/android/java_cpp_template.gypi' ],
3637 }, 3640 },
3638 ], 3641 ],
3639 }, 3642 },
3640 ], 3643 ],
3641 ], 3644 ],
3642 } 3645 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_elf_init_win.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698