| 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 20 matching lines...) Expand all Loading... |
| 31 '<(DEPTH)/base/base.gyp:base', | 31 '<(DEPTH)/base/base.gyp:base', |
| 32 '<(DEPTH)/base/base.gyp:base_i18n', | 32 '<(DEPTH)/base/base.gyp:base_i18n', |
| 33 '<(DEPTH)/base/base.gyp:base_prefs', | 33 '<(DEPTH)/base/base.gyp:base_prefs', |
| 34 '<(DEPTH)/base/base.gyp:base_static', | 34 '<(DEPTH)/base/base.gyp:base_static', |
| 35 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 35 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 37 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 37 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 38 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 38 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
| 39 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 39 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 40 '<(DEPTH)/components/components.gyp:visitedlink_common', | 40 '<(DEPTH)/components/components.gyp:visitedlink_common', |
| 41 '<(DEPTH)/components/components.gyp:zip', |
| 41 '<(DEPTH)/content/content.gyp:content_common', | 42 '<(DEPTH)/content/content.gyp:content_common', |
| 42 '<(DEPTH)/net/net.gyp:net', | 43 '<(DEPTH)/net/net.gyp:net', |
| 43 '<(DEPTH)/skia/skia.gyp:skia', | 44 '<(DEPTH)/skia/skia.gyp:skia', |
| 44 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', | 45 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', |
| 45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 48 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 49 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
| 49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| 50 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', | |
| 51 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | |
| 52 '<(DEPTH)/ui/ui.gyp:ui_resources', | 51 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 53 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 52 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
| 54 ], | 53 ], |
| 55 'sources': [ | 54 'sources': [ |
| 56 '../apps/app_shim/app_shim_messages.h', | 55 '../apps/app_shim/app_shim_messages.h', |
| 57 '../extensions/common/constants.cc', | 56 '../extensions/common/constants.cc', |
| 58 '../extensions/common/constants.h', | 57 '../extensions/common/constants.h', |
| 59 '../extensions/common/crx_file.cc', | 58 '../extensions/common/crx_file.cc', |
| 60 '../extensions/common/crx_file.h', | 59 '../extensions/common/crx_file.h', |
| 61 '../extensions/common/draggable_region.cc', | 60 '../extensions/common/draggable_region.cc', |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 'common/url_constants.cc', | 393 'common/url_constants.cc', |
| 395 'common/url_constants.h', | 394 'common/url_constants.h', |
| 396 'common/view_type.cc', | 395 'common/view_type.cc', |
| 397 'common/view_type.h', | 396 'common/view_type.h', |
| 398 'common/web_apps.cc', | 397 'common/web_apps.cc', |
| 399 'common/web_apps.h', | 398 'common/web_apps.h', |
| 400 'common/web_resource/web_resource_unpacker.cc', | 399 'common/web_resource/web_resource_unpacker.cc', |
| 401 'common/web_resource/web_resource_unpacker.h', | 400 'common/web_resource/web_resource_unpacker.h', |
| 402 'common/worker_thread_ticker.cc', | 401 'common/worker_thread_ticker.cc', |
| 403 'common/worker_thread_ticker.h', | 402 'common/worker_thread_ticker.h', |
| 404 'common/zip.cc', # Requires zlib directly. | |
| 405 'common/zip.h', | |
| 406 'common/zip_internal.cc', | |
| 407 'common/zip_internal.h', | |
| 408 'common/zip_reader.cc', | |
| 409 'common/zip_reader.h', | |
| 410 ], | 403 ], |
| 411 'conditions': [ | 404 'conditions': [ |
| 412 ['enable_extensions==1', { | 405 ['enable_extensions==1', { |
| 413 'sources!': [ | 406 'sources!': [ |
| 414 'common/extensions/api/extension_api_stub.cc', | 407 'common/extensions/api/extension_api_stub.cc', |
| 415 ], | 408 ], |
| 416 'dependencies': [ | 409 'dependencies': [ |
| 417 '../device/device.gyp:device_usb', | 410 '../device/device.gyp:device_usb', |
| 418 ], | 411 ], |
| 419 }, { # enable_extensions == 0 | 412 }, { # enable_extensions == 0 |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 'common/metrics/proto/user_action_event.proto', | 725 'common/metrics/proto/user_action_event.proto', |
| 733 ], | 726 ], |
| 734 'variables': { | 727 'variables': { |
| 735 'proto_in_dir': 'common/metrics/proto', | 728 'proto_in_dir': 'common/metrics/proto', |
| 736 'proto_out_dir': 'chrome/common/metrics/proto', | 729 'proto_out_dir': 'chrome/common/metrics/proto', |
| 737 }, | 730 }, |
| 738 'includes': [ '../build/protoc.gypi' ], | 731 'includes': [ '../build/protoc.gypi' ], |
| 739 }, | 732 }, |
| 740 ], | 733 ], |
| 741 } | 734 } |
| OLD | NEW |