| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 18 matching lines...) Expand all Loading... |
| 29 'metrics_proto', | 29 'metrics_proto', |
| 30 '<(DEPTH)/base/base.gyp:base', | 30 '<(DEPTH)/base/base.gyp:base', |
| 31 '<(DEPTH)/base/base.gyp:base_i18n', | 31 '<(DEPTH)/base/base.gyp:base_i18n', |
| 32 '<(DEPTH)/base/base.gyp:base_prefs', | 32 '<(DEPTH)/base/base.gyp:base_prefs', |
| 33 '<(DEPTH)/base/base.gyp:base_static', | 33 '<(DEPTH)/base/base.gyp:base_static', |
| 34 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 34 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', | 35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', |
| 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', | 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', |
| 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', | 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', |
| 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 39 '<(DEPTH)/components/components.gyp:visitedlink_common', |
| 39 '<(DEPTH)/content/content.gyp:content_common', | 40 '<(DEPTH)/content/content.gyp:content_common', |
| 40 '<(DEPTH)/net/net.gyp:net', | 41 '<(DEPTH)/net/net.gyp:net', |
| 41 '<(DEPTH)/skia/skia.gyp:skia', | 42 '<(DEPTH)/skia/skia.gyp:skia', |
| 42 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', | 43 '<(DEPTH)/third_party/bzip2/bzip2.gyp:bzip2', |
| 43 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 44 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 44 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 45 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 46 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 47 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
| 47 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| 48 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', | 49 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 'common/switch_utils.cc', | 328 'common/switch_utils.cc', |
| 328 'common/switch_utils.h', | 329 'common/switch_utils.h', |
| 329 'common/thumbnail_score.cc', | 330 'common/thumbnail_score.cc', |
| 330 'common/thumbnail_score.h', | 331 'common/thumbnail_score.h', |
| 331 'common/time_format.cc', | 332 'common/time_format.cc', |
| 332 'common/time_format.h', | 333 'common/time_format.h', |
| 333 'common/url_constants.cc', | 334 'common/url_constants.cc', |
| 334 'common/url_constants.h', | 335 'common/url_constants.h', |
| 335 'common/view_type.cc', | 336 'common/view_type.cc', |
| 336 'common/view_type.h', | 337 'common/view_type.h', |
| 337 'common/visitedlink_common.cc', | |
| 338 'common/visitedlink_common.h', | |
| 339 'common/web_apps.cc', | 338 'common/web_apps.cc', |
| 340 'common/web_apps.h', | 339 'common/web_apps.h', |
| 341 'common/web_resource/web_resource_unpacker.cc', | 340 'common/web_resource/web_resource_unpacker.cc', |
| 342 'common/web_resource/web_resource_unpacker.h', | 341 'common/web_resource/web_resource_unpacker.h', |
| 343 'common/worker_thread_ticker.cc', | 342 'common/worker_thread_ticker.cc', |
| 344 'common/worker_thread_ticker.h', | 343 'common/worker_thread_ticker.h', |
| 345 'common/zip.cc', # Requires zlib directly. | 344 'common/zip.cc', # Requires zlib directly. |
| 346 'common/zip.h', | 345 'common/zip.h', |
| 347 'common/zip_internal.cc', | 346 'common/zip_internal.cc', |
| 348 'common/zip_internal.h', | 347 'common/zip_internal.h', |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 633 'common/metrics/proto/user_action_event.proto', | 632 'common/metrics/proto/user_action_event.proto', |
| 634 ], | 633 ], |
| 635 'variables': { | 634 'variables': { |
| 636 'proto_in_dir': 'common/metrics/proto', | 635 'proto_in_dir': 'common/metrics/proto', |
| 637 'proto_out_dir': 'chrome/common/metrics/proto', | 636 'proto_out_dir': 'chrome/common/metrics/proto', |
| 638 }, | 637 }, |
| 639 'includes': [ '../build/protoc.gypi' ], | 638 'includes': [ '../build/protoc.gypi' ], |
| 640 }, | 639 }, |
| 641 ], | 640 ], |
| 642 } | 641 } |
| OLD | NEW |