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

Side by Side Diff: chrome/chrome_common.gypi

Issue 16231013: device: Restructure the layout of gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: doh forgot to rename the principal - the target Created 7 years, 6 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_browser_ui.gypi ('k') | chrome/chrome_resources.gyp » ('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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'common/web_resource/web_resource_unpacker.h', 434 'common/web_resource/web_resource_unpacker.h',
435 'common/worker_thread_ticker.cc', 435 'common/worker_thread_ticker.cc',
436 'common/worker_thread_ticker.h', 436 'common/worker_thread_ticker.h',
437 ], 437 ],
438 'conditions': [ 438 'conditions': [
439 ['enable_extensions==1', { 439 ['enable_extensions==1', {
440 'sources!': [ 440 'sources!': [
441 'common/extensions/api/extension_api_stub.cc', 441 'common/extensions/api/extension_api_stub.cc',
442 ], 442 ],
443 'dependencies': [ 443 'dependencies': [
444 '../device/device.gyp:device_usb', 444 '../device/usb/usb.gyp:device_usb',
445 ], 445 ],
446 }, { # enable_extensions == 0 446 }, { # enable_extensions == 0
447 'sources/': [ 447 'sources/': [
448 ['exclude', '^common/extensions/api/'], 448 ['exclude', '^common/extensions/api/'],
449 ['include', 'common/extensions/api/extension_api_stub.cc'], 449 ['include', 'common/extensions/api/extension_api_stub.cc'],
450 ['include', 'common/extensions/api/extension_action/action_info.cc'] , 450 ['include', 'common/extensions/api/extension_action/action_info.cc'] ,
451 ['include', 'common/extensions/api/extension_action/action_info.h'], 451 ['include', 'common/extensions/api/extension_action/action_info.h'],
452 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'], 452 ['include', 'common/extensions/api/extension_action/browser_action_h andler.cc'],
453 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'], 453 ['include', 'common/extensions/api/extension_action/browser_action_h andler.h'],
454 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'], 454 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'],
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 'common/metrics/proto/user_action_event.proto', 763 'common/metrics/proto/user_action_event.proto',
764 ], 764 ],
765 'variables': { 765 'variables': {
766 'proto_in_dir': 'common/metrics/proto', 766 'proto_in_dir': 'common/metrics/proto',
767 'proto_out_dir': 'chrome/common/metrics/proto', 767 'proto_out_dir': 'chrome/common/metrics/proto',
768 }, 768 },
769 'includes': [ '../build/protoc.gypi' ], 769 'includes': [ '../build/protoc.gypi' ],
770 }, 770 },
771 ], 771 ],
772 } 772 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698