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

Side by Side Diff: chrome/chrome_common.gypi

Issue 17619005: Create top-level separate targets for browser and child dlls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android Created 7 years, 5 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/chrome.gyp ('k') | chrome/chrome_dll.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 'common/worker_thread_ticker.cc', 477 'common/worker_thread_ticker.cc',
478 'common/worker_thread_ticker.h', 478 'common/worker_thread_ticker.h',
479 '../components/nacl/common/nacl_process_type.h', 479 '../components/nacl/common/nacl_process_type.h',
480 ], 480 ],
481 'conditions': [ 481 'conditions': [
482 ['enable_extensions==1', { 482 ['enable_extensions==1', {
483 'sources!': [ 483 'sources!': [
484 'common/extensions/api/extension_api_stub.cc', 484 'common/extensions/api/extension_api_stub.cc',
485 ], 485 ],
486 'dependencies': [ 486 'dependencies': [
487 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
487 '../device/usb/usb.gyp:device_usb', 488 '../device/usb/usb.gyp:device_usb',
488 ], 489 ],
489 }, { # enable_extensions == 0 490 }, { # enable_extensions == 0
490 'sources/': [ 491 'sources/': [
491 ['exclude', '^common/extensions/api/'], 492 ['exclude', '^common/extensions/api/'],
492 ['include', 'common/extensions/api/extension_api_stub.cc'], 493 ['include', 'common/extensions/api/extension_api_stub.cc'],
493 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 494 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
494 ['include', 'common/extensions/api/extension_action/action_info.h'], 495 ['include', 'common/extensions/api/extension_action/action_info.h'],
495 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'], 496 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'],
496 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'], 497 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'],
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'common/metrics/proto/user_action_event.proto', 832 'common/metrics/proto/user_action_event.proto',
832 ], 833 ],
833 'variables': { 834 'variables': {
834 'proto_in_dir': 'common/metrics/proto', 835 'proto_in_dir': 'common/metrics/proto',
835 'proto_out_dir': 'chrome/common/metrics/proto', 836 'proto_out_dir': 'chrome/common/metrics/proto',
836 }, 837 },
837 'includes': [ '../build/protoc.gypi' ], 838 'includes': [ '../build/protoc.gypi' ],
838 }, 839 },
839 ], 840 ],
840 } 841 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698