OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |