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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11522009: X-Chrome-Variations logic refactoring (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 'browser/chrome_browser_main_mac.h', 424 'browser/chrome_browser_main_mac.h',
425 'browser/chrome_browser_main_mac.mm', 425 'browser/chrome_browser_main_mac.mm',
426 'browser/chrome_browser_main_posix.cc', 426 'browser/chrome_browser_main_posix.cc',
427 'browser/chrome_browser_main_posix.h', 427 'browser/chrome_browser_main_posix.h',
428 'browser/chrome_browser_main_win.cc', 428 'browser/chrome_browser_main_win.cc',
429 'browser/chrome_browser_main_win.h', 429 'browser/chrome_browser_main_win.h',
430 'browser/chrome_browser_main_x11.cc', 430 'browser/chrome_browser_main_x11.cc',
431 'browser/chrome_browser_main_x11.h', 431 'browser/chrome_browser_main_x11.h',
432 'browser/chrome_content_browser_client.cc', 432 'browser/chrome_content_browser_client.cc',
433 'browser/chrome_content_browser_client.h', 433 'browser/chrome_content_browser_client.h',
434 'browser/chrome_metrics_helper.cc',
435 'browser/chrome_metrics_helper.h',
434 'browser/chrome_page_zoom.cc', 436 'browser/chrome_page_zoom.cc',
435 'browser/chrome_page_zoom.h', 437 'browser/chrome_page_zoom.h',
436 'browser/chrome_page_zoom_constants.cc', 438 'browser/chrome_page_zoom_constants.cc',
437 'browser/chrome_page_zoom_constants.h', 439 'browser/chrome_page_zoom_constants.h',
438 'browser/chrome_plugin_service_filter.cc', 440 'browser/chrome_plugin_service_filter.cc',
439 'browser/chrome_plugin_service_filter.h', 441 'browser/chrome_plugin_service_filter.h',
440 'browser/chrome_quota_permission_context.cc', 442 'browser/chrome_quota_permission_context.cc',
441 'browser/chrome_quota_permission_context.h', 443 'browser/chrome_quota_permission_context.h',
442 'browser/chrome_to_mobile_service.cc', 444 'browser/chrome_to_mobile_service.cc',
443 'browser/chrome_to_mobile_service.h', 445 'browser/chrome_to_mobile_service.h',
(...skipping 2714 matching lines...) Expand 10 before | Expand all | Expand 10 after
3158 'proto_in_dir': '../third_party/cros_system_api/dbus', 3160 'proto_in_dir': '../third_party/cros_system_api/dbus',
3159 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3161 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3160 }, 3162 },
3161 'includes': ['../build/protoc.gypi'], 3163 'includes': ['../build/protoc.gypi'],
3162 }, 3164 },
3163 ], 3165 ],
3164 }, 3166 },
3165 ], 3167 ],
3166 ], 3168 ],
3167 } 3169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698