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

Side by Side Diff: trunk/src/chrome/chrome_browser.gypi

Issue 132043005: Revert 243967 "Use a Finch Experiment to control the Browser Bla..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | Annotate | Revision Log
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',
423 'browser/chrome_notification_types.h', 421 'browser/chrome_notification_types.h',
424 'browser/chrome_page_zoom.cc', 422 'browser/chrome_page_zoom.cc',
425 'browser/chrome_page_zoom.h', 423 'browser/chrome_page_zoom.h',
426 'browser/chrome_page_zoom_constants.cc', 424 'browser/chrome_page_zoom_constants.cc',
427 'browser/chrome_page_zoom_constants.h', 425 'browser/chrome_page_zoom_constants.h',
428 'browser/chrome_process_singleton.cc', 426 'browser/chrome_process_singleton.cc',
429 'browser/chrome_process_singleton.h', 427 'browser/chrome_process_singleton.h',
430 'browser/chrome_quota_permission_context.cc', 428 'browser/chrome_quota_permission_context.cc',
431 'browser/chrome_quota_permission_context.h', 429 'browser/chrome_quota_permission_context.h',
432 'browser/command_observer.h', 430 'browser/command_observer.h',
(...skipping 2877 matching lines...) Expand 10 before | Expand all | Expand 10 after
3310 ['exclude', '^browser/rlz/'], 3308 ['exclude', '^browser/rlz/'],
3311 ], 3309 ],
3312 }], 3310 }],
3313 ['OS=="win"', { 3311 ['OS=="win"', {
3314 'include_dirs': [ 3312 'include_dirs': [
3315 '<(DEPTH)/third_party/wtl/include', 3313 '<(DEPTH)/third_party/wtl/include',
3316 ], 3314 ],
3317 'dependencies': [ 3315 'dependencies': [
3318 'chrome_process_finder', 3316 'chrome_process_finder',
3319 'installer_util_strings', 3317 'installer_util_strings',
3320 '../chrome_elf/chrome_elf.gyp:blacklist',
3321 '../google_update/google_update.gyp:google_update', 3318 '../google_update/google_update.gyp:google_update',
3322 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3319 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3323 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3320 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
3324 '../ui/views/controls/webview/webview.gyp:webview', 3321 '../ui/views/controls/webview/webview.gyp:webview',
3325 '../ui/views/views.gyp:views', 3322 '../ui/views/views.gyp:views',
3326 '../win8/win8.gyp:win8_util', 3323 '../win8/win8.gyp:win8_util',
3327 ], 3324 ],
3328 'export_dependent_settings': [ 3325 'export_dependent_settings': [
3329 '../ui/views/controls/webview/webview.gyp:webview', 3326 '../ui/views/controls/webview/webview.gyp:webview',
3330 '../ui/views/views.gyp:views', 3327 '../ui/views/views.gyp:views',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
3637 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3634 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3638 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3635 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3639 }, 3636 },
3640 'includes': [ '../build/android/java_cpp_template.gypi' ], 3637 'includes': [ '../build/android/java_cpp_template.gypi' ],
3641 }, 3638 },
3642 ], 3639 ],
3643 }, 3640 },
3644 ], 3641 ],
3645 ], 3642 ],
3646 } 3643 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/chrome_elf_init_win.cc ('k') | trunk/src/chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698