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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9764010: GYP Cleanup: Remove lines that can't matter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT 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 | « no previous file | no next file » | 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 4397 matching lines...) Expand 10 before | Expand all | Expand 10 after
4408 'dependencies': [ 4408 'dependencies': [
4409 '../build/linux/system.gyp:dbus', 4409 '../build/linux/system.gyp:dbus',
4410 '../build/linux/system.gyp:gconf', 4410 '../build/linux/system.gyp:gconf',
4411 '../build/linux/system.gyp:gtk', 4411 '../build/linux/system.gyp:gtk',
4412 '../build/linux/system.gyp:gtkprint', 4412 '../build/linux/system.gyp:gtkprint',
4413 '../build/linux/system.gyp:ssl', 4413 '../build/linux/system.gyp:ssl',
4414 '../build/linux/system.gyp:x11', 4414 '../build/linux/system.gyp:x11',
4415 '../dbus/dbus.gyp:dbus', 4415 '../dbus/dbus.gyp:dbus',
4416 '../third_party/undoview/undoview.gyp:undoview', 4416 '../third_party/undoview/undoview.gyp:undoview',
4417 ], 4417 ],
4418 'sources!': [
4419 'browser/ui/views/extensions/extension_view.cc',
4420 'browser/ui/views/extensions/extension_view.h',
4421 ],
4422 'sources': [
4423 'browser/first_run/upgrade_util.cc',
4424 'browser/first_run/upgrade_util.h',
4425 ],
4426 'conditions': [ 4418 'conditions': [
4427 ['OS=="linux"', { 4419 ['OS=="linux"', {
4428 'link_settings': { 4420 'link_settings': {
4429 'libraries': [ 4421 'libraries': [
4430 # For dlsym() in 'browser/zygote_main_linux.cc' 4422 # For dlsym() in 'browser/zygote_main_linux.cc'
4431 '-ldl', 4423 '-ldl',
4432 ], 4424 ],
4433 }, 4425 },
4434 }], 4426 }],
4435 ['use_gnome_keyring==1', { 4427 ['use_gnome_keyring==1', {
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
4666 '../google_update/google_update.gyp:google_update', 4658 '../google_update/google_update.gyp:google_update',
4667 '../rlz/rlz.gyp:rlz_lib', 4659 '../rlz/rlz.gyp:rlz_lib',
4668 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 4660 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
4669 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 4661 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
4670 '../ui/views/views.gyp:views', 4662 '../ui/views/views.gyp:views',
4671 ], 4663 ],
4672 'export_dependent_settings': [ 4664 'export_dependent_settings': [
4673 '../ui/views/views.gyp:views', 4665 '../ui/views/views.gyp:views',
4674 ], 4666 ],
4675 'sources': [ 4667 'sources': [
4676 'browser/first_run/upgrade_util.cc',
4677 'browser/first_run/upgrade_util.h',
4678 # Using built-in rule in vstudio for midl. 4668 # Using built-in rule in vstudio for midl.
4679 'browser/history/history_indexer.idl', 4669 'browser/history/history_indexer.idl',
4680 'browser/ui/webui/conflicts_ui.cc', 4670 'browser/ui/webui/conflicts_ui.cc',
4681 'browser/ui/webui/conflicts_ui.h', 4671 'browser/ui/webui/conflicts_ui.h',
4682 ], 4672 ],
4683 'sources!': [ 4673 'sources!': [
4684 'browser/history/history_publisher_none.cc', 4674 'browser/history/history_publisher_none.cc',
4685 'browser/importer/nss_decryptor_system_nss.cc', 4675 'browser/importer/nss_decryptor_system_nss.cc',
4686 'browser/importer/nss_decryptor_system_nss.h', 4676 'browser/importer/nss_decryptor_system_nss.h',
4687 'browser/ui/browser_list_stub.cc', 4677 'browser/ui/browser_list_stub.cc',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
5305 'variables': { 5295 'variables': {
5306 'proto_in_dir': '../third_party/cros_system_api/dbus/', 5296 'proto_in_dir': '../third_party/cros_system_api/dbus/',
5307 'proto_out_dir': 'chrome/browser/chromeos/dbus', 5297 'proto_out_dir': 'chrome/browser/chromeos/dbus',
5308 }, 5298 },
5309 'includes': ['../build/protoc.gypi'], 5299 'includes': ['../build/protoc.gypi'],
5310 }], 5300 }],
5311 ], 5301 ],
5312 }, 5302 },
5313 ], 5303 ],
5314 } 5304 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698