| 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 'common/url_constants.cc', | 394 'common/url_constants.cc', |
| 395 'common/url_constants.h', | 395 'common/url_constants.h', |
| 396 'common/validation_message_messages.h', | 396 'common/validation_message_messages.h', |
| 397 'common/web_application_info.cc', | 397 'common/web_application_info.cc', |
| 398 'common/web_application_info.h', | 398 'common/web_application_info.h', |
| 399 'common/worker_thread_ticker.cc', | 399 'common/worker_thread_ticker.cc', |
| 400 'common/worker_thread_ticker.h', | 400 'common/worker_thread_ticker.h', |
| 401 '../components/nacl/common/nacl_host_messages.h', | 401 '../components/nacl/common/nacl_host_messages.h', |
| 402 '../components/nacl/common/nacl_process_type.h', | 402 '../components/nacl/common/nacl_process_type.h', |
| 403 '../components/nacl/common/nacl_sandbox_type_mac.h', | 403 '../components/nacl/common/nacl_sandbox_type_mac.h', |
| 404 '../components/nacl/common/pnacl_types.cc', | |
| 405 '../components/nacl/common/pnacl_types.h', | |
| 406 ], | 404 ], |
| 407 'conditions': [ | 405 'conditions': [ |
| 408 ['enable_extensions==1', { | 406 ['enable_extensions==1', { |
| 409 'dependencies': [ | 407 'dependencies': [ |
| 410 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 408 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 411 '../device/usb/usb.gyp:device_usb', | 409 '../device/usb/usb.gyp:device_usb', |
| 412 ], | 410 ], |
| 413 }, { # enable_extensions == 0 | 411 }, { # enable_extensions == 0 |
| 414 'sources/': [ | 412 'sources/': [ |
| 415 ['exclude', '^common/extensions/api/'], | 413 ['exclude', '^common/extensions/api/'], |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 'common/metrics/proto/user_action_event.proto', | 777 'common/metrics/proto/user_action_event.proto', |
| 780 ], | 778 ], |
| 781 'variables': { | 779 'variables': { |
| 782 'proto_in_dir': 'common/metrics/proto', | 780 'proto_in_dir': 'common/metrics/proto', |
| 783 'proto_out_dir': 'chrome/common/metrics/proto', | 781 'proto_out_dir': 'chrome/common/metrics/proto', |
| 784 }, | 782 }, |
| 785 'includes': [ '../build/protoc.gypi' ], | 783 'includes': [ '../build/protoc.gypi' ], |
| 786 }, | 784 }, |
| 787 ], | 785 ], |
| 788 } | 786 } |
| OLD | NEW |