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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9696049: Add enable_automation build switch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | chrome/chrome_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 4428 matching lines...) Expand 10 before | Expand all | Expand 10 after
4439 'sources/': [ 4439 'sources/': [
4440 ['exclude', '^browser/notifications/'], 4440 ['exclude', '^browser/notifications/'],
4441 ], 4441 ],
4442 }], 4442 }],
4443 ['enable_web_intents==0', { 4443 ['enable_web_intents==0', {
4444 'sources/': [ 4444 'sources/': [
4445 ['exclude', '^browser/intents'], 4445 ['exclude', '^browser/intents'],
4446 ['exclude', '^browser/ui/intents'], 4446 ['exclude', '^browser/ui/intents'],
4447 ], 4447 ],
4448 }], 4448 }],
4449 ['enable_automation!=1', {
4450 'sources/': [
4451 ['exclude', '^browser/automation/'],
4452 ],
4453 }],
4449 ['OS=="android"', { 4454 ['OS=="android"', {
4450 'sources!': [ 4455 'sources!': [
4451 'browser/bookmarks/bookmark_context_menu_controller.cc', 4456 'browser/bookmarks/bookmark_context_menu_controller.cc',
4452 # Bookmark export/import are handled via the BookmarkColumns 4457 # Bookmark export/import are handled via the BookmarkColumns
4453 # ContentProvider. 4458 # ContentProvider.
4454 'browser/bookmarks/bookmark_html_writer.cc', 4459 'browser/bookmarks/bookmark_html_writer.cc',
4455 'browser/jankometer.cc', 4460 'browser/jankometer.cc',
4456 'browser/ui/sad_tab_helper.cc', 4461 'browser/ui/sad_tab_helper.cc',
4457 'browser/ui/sync/one_click_signin_dialog.h', 4462 'browser/ui/sync/one_click_signin_dialog.h',
4458 'browser/ui/sync/one_click_signin_helper.cc', 4463 'browser/ui/sync/one_click_signin_helper.cc',
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
5363 'variables': { 5368 'variables': {
5364 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5369 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5365 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5370 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5366 }, 5371 },
5367 'includes': ['../build/protoc.gypi'], 5372 'includes': ['../build/protoc.gypi'],
5368 }], 5373 }],
5369 ], 5374 ],
5370 }, 5375 },
5371 ], 5376 ],
5372 } 5377 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698