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

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: Addressed all remaining comments. 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'browser/chrome_browser_main_mac.h', 422 'browser/chrome_browser_main_mac.h',
423 'browser/chrome_browser_main_mac.mm', 423 'browser/chrome_browser_main_mac.mm',
424 'browser/chrome_browser_main_posix.cc', 424 'browser/chrome_browser_main_posix.cc',
425 'browser/chrome_browser_main_posix.h', 425 'browser/chrome_browser_main_posix.h',
426 'browser/chrome_browser_main_win.cc', 426 'browser/chrome_browser_main_win.cc',
427 'browser/chrome_browser_main_win.h', 427 'browser/chrome_browser_main_win.h',
428 'browser/chrome_browser_main_x11.cc', 428 'browser/chrome_browser_main_x11.cc',
429 'browser/chrome_browser_main_x11.h', 429 'browser/chrome_browser_main_x11.h',
430 'browser/chrome_content_browser_client.cc', 430 'browser/chrome_content_browser_client.cc',
431 'browser/chrome_content_browser_client.h', 431 'browser/chrome_content_browser_client.h',
432 'browser/chrome_metrics_helper.cc',
433 'browser/chrome_metrics_helper.h',
432 'browser/chrome_page_zoom.cc', 434 'browser/chrome_page_zoom.cc',
433 'browser/chrome_page_zoom.h', 435 'browser/chrome_page_zoom.h',
434 'browser/chrome_page_zoom_constants.cc', 436 'browser/chrome_page_zoom_constants.cc',
435 'browser/chrome_page_zoom_constants.h', 437 'browser/chrome_page_zoom_constants.h',
436 'browser/chrome_plugin_service_filter.cc', 438 'browser/chrome_plugin_service_filter.cc',
437 'browser/chrome_plugin_service_filter.h', 439 'browser/chrome_plugin_service_filter.h',
438 'browser/chrome_quota_permission_context.cc', 440 'browser/chrome_quota_permission_context.cc',
439 'browser/chrome_quota_permission_context.h', 441 'browser/chrome_quota_permission_context.h',
440 'browser/chrome_to_mobile_service.cc', 442 'browser/chrome_to_mobile_service.cc',
441 'browser/chrome_to_mobile_service.h', 443 'browser/chrome_to_mobile_service.h',
(...skipping 2727 matching lines...) Expand 10 before | Expand all | Expand 10 after
3169 'proto_in_dir': '../third_party/cros_system_api/dbus', 3171 'proto_in_dir': '../third_party/cros_system_api/dbus',
3170 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3172 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3171 }, 3173 },
3172 'includes': ['../build/protoc.gypi'], 3174 'includes': ['../build/protoc.gypi'],
3173 }, 3175 },
3174 ], 3176 ],
3175 }, 3177 },
3176 ], 3178 ],
3177 ], 3179 ],
3178 } 3180 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698