| 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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 'common/translate/translate_util.cc', | 454 'common/translate/translate_util.cc', |
| 455 'common/translate/translate_util.h', | 455 'common/translate/translate_util.h', |
| 456 'common/tts_messages.h', | 456 'common/tts_messages.h', |
| 457 'common/tts_utterance_request.cc', | 457 'common/tts_utterance_request.cc', |
| 458 'common/tts_utterance_request.h', | 458 'common/tts_utterance_request.h', |
| 459 'common/url_constants.cc', | 459 'common/url_constants.cc', |
| 460 'common/url_constants.h', | 460 'common/url_constants.h', |
| 461 'common/validation_message_messages.h', | 461 'common/validation_message_messages.h', |
| 462 'common/web_application_info.cc', | 462 'common/web_application_info.cc', |
| 463 'common/web_application_info.h', | 463 'common/web_application_info.h', |
| 464 'common/web_resource/web_resource_unpacker.cc', | |
| 465 'common/web_resource/web_resource_unpacker.h', | |
| 466 'common/worker_thread_ticker.cc', | 464 'common/worker_thread_ticker.cc', |
| 467 'common/worker_thread_ticker.h', | 465 'common/worker_thread_ticker.h', |
| 468 '../components/nacl/common/nacl_process_type.h', | 466 '../components/nacl/common/nacl_process_type.h', |
| 469 ], | 467 ], |
| 470 'conditions': [ | 468 'conditions': [ |
| 471 ['enable_extensions==1', { | 469 ['enable_extensions==1', { |
| 472 'sources!': [ | 470 'sources!': [ |
| 473 'common/extensions/api/extension_api_stub.cc', | 471 'common/extensions/api/extension_api_stub.cc', |
| 474 ], | 472 ], |
| 475 'dependencies': [ | 473 'dependencies': [ |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 820 'common/metrics/proto/user_action_event.proto', | 818 'common/metrics/proto/user_action_event.proto', |
| 821 ], | 819 ], |
| 822 'variables': { | 820 'variables': { |
| 823 'proto_in_dir': 'common/metrics/proto', | 821 'proto_in_dir': 'common/metrics/proto', |
| 824 'proto_out_dir': 'chrome/common/metrics/proto', | 822 'proto_out_dir': 'chrome/common/metrics/proto', |
| 825 }, | 823 }, |
| 826 'includes': [ '../build/protoc.gypi' ], | 824 'includes': [ '../build/protoc.gypi' ], |
| 827 }, | 825 }, |
| 828 ], | 826 ], |
| 829 } | 827 } |
| OLD | NEW |