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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |