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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 120963002: Use a Finch Experiment to control the Browser Blacklist (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Responding to comments 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 2873 matching lines...) Expand 10 before | Expand all | Expand 10 after
3304 ['exclude', '^browser/rlz/'], 3306 ['exclude', '^browser/rlz/'],
3305 ], 3307 ],
3306 }], 3308 }],
3307 ['OS=="win"', { 3309 ['OS=="win"', {
3308 'include_dirs': [ 3310 'include_dirs': [
3309 '<(DEPTH)/third_party/wtl/include', 3311 '<(DEPTH)/third_party/wtl/include',
3310 ], 3312 ],
3311 'dependencies': [ 3313 'dependencies': [
3312 'chrome_process_finder', 3314 'chrome_process_finder',
3313 'installer_util_strings', 3315 'installer_util_strings',
3316 '../chrome_elf/chrome_elf.gyp:blacklist',
3314 '../google_update/google_update.gyp:google_update', 3317 '../google_update/google_update.gyp:google_update',
3315 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3318 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3316 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3319 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3317 '../ui/views/controls/webview/webview.gyp:webview', 3320 '../ui/views/controls/webview/webview.gyp:webview',
3318 '../ui/views/views.gyp:views', 3321 '../ui/views/views.gyp:views',
3319 '../win8/win8.gyp:win8_util', 3322 '../win8/win8.gyp:win8_util',
3320 ], 3323 ],
3321 'export_dependent_settings': [ 3324 'export_dependent_settings': [
3322 '../ui/views/controls/webview/webview.gyp:webview', 3325 '../ui/views/controls/webview/webview.gyp:webview',
3323 '../ui/views/views.gyp:views', 3326 '../ui/views/views.gyp:views',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3630 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3633 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3631 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3634 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3632 }, 3635 },
3633 'includes': [ '../build/android/java_cpp_template.gypi' ], 3636 'includes': [ '../build/android/java_cpp_template.gypi' ],
3634 }, 3637 },
3635 ], 3638 ],
3636 }, 3639 },
3637 ], 3640 ],
3638 ], 3641 ],
3639 } 3642 }
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