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

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: 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
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 4390 matching lines...) Expand 10 before | Expand all | Expand 10 after
4401 ['input_speech==0', { 4401 ['input_speech==0', {
4402 'sources/': [ 4402 'sources/': [
4403 ['exclude', '^browser/speech/'], 4403 ['exclude', '^browser/speech/'],
4404 ], 4404 ],
4405 }], 4405 }],
4406 ['notifications==0', { 4406 ['notifications==0', {
4407 'sources/': [ 4407 'sources/': [
4408 ['exclude', '^browser/notifications/'], 4408 ['exclude', '^browser/notifications/'],
4409 ], 4409 ],
4410 }], 4410 }],
4411 ['enable_automation!=1', {
4412 'sources/': [
4413 ['exclude', '^browser/automation/'],
4414 ],
4415 }],
4411 ['OS=="android"', { 4416 ['OS=="android"', {
4412 'sources!': [ 4417 'sources!': [
4413 'browser/bookmarks/bookmark_context_menu_controller.cc', 4418 'browser/bookmarks/bookmark_context_menu_controller.cc',
4414 'browser/jankometer.cc', 4419 'browser/jankometer.cc',
4415 'browser/ui/sad_tab_helper.cc', 4420 'browser/ui/sad_tab_helper.cc',
4416 'browser/ui/sync/one_click_signin_dialog.h', 4421 'browser/ui/sync/one_click_signin_dialog.h',
4417 'browser/ui/sync/one_click_signin_helper.cc', 4422 'browser/ui/sync/one_click_signin_helper.cc',
4418 'browser/ui/sync/one_click_signin_helper.h', 4423 'browser/ui/sync/one_click_signin_helper.h',
4419 'browser/ui/sync/one_click_signin_histogram.h', 4424 'browser/ui/sync/one_click_signin_histogram.h',
4420 'browser/ui/sync/one_click_signin_sync_starter.cc', 4425 'browser/ui/sync/one_click_signin_sync_starter.cc',
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
5322 'variables': { 5327 'variables': {
5323 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5328 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5324 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5329 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5325 }, 5330 },
5326 'includes': ['../build/protoc.gypi'], 5331 'includes': ['../build/protoc.gypi'],
5327 }], 5332 }],
5328 ], 5333 ],
5329 }, 5334 },
5330 ], 5335 ],
5331 } 5336 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698