| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 'common/switch_utils.cc', | 347 'common/switch_utils.cc', |
| 347 'common/switch_utils.h', | 348 'common/switch_utils.h', |
| 348 'common/thumbnail_score.cc', | 349 'common/thumbnail_score.cc', |
| 349 'common/thumbnail_score.h', | 350 'common/thumbnail_score.h', |
| 350 'common/time_format.cc', | 351 'common/time_format.cc', |
| 351 'common/time_format.h', | 352 'common/time_format.h', |
| 352 'common/url_constants.cc', | 353 'common/url_constants.cc', |
| 353 'common/url_constants.h', | 354 'common/url_constants.h', |
| 354 'common/view_type.cc', | 355 'common/view_type.cc', |
| 355 'common/view_type.h', | 356 'common/view_type.h', |
| 356 'common/visitedlink_common.cc', | |
| 357 'common/visitedlink_common.h', | |
| 358 'common/web_apps.cc', | 357 'common/web_apps.cc', |
| 359 'common/web_apps.h', | 358 'common/web_apps.h', |
| 360 'common/web_resource/web_resource_unpacker.cc', | 359 'common/web_resource/web_resource_unpacker.cc', |
| 361 'common/web_resource/web_resource_unpacker.h', | 360 'common/web_resource/web_resource_unpacker.h', |
| 362 'common/worker_thread_ticker.cc', | 361 'common/worker_thread_ticker.cc', |
| 363 'common/worker_thread_ticker.h', | 362 'common/worker_thread_ticker.h', |
| 364 'common/zip.cc', # Requires zlib directly. | 363 'common/zip.cc', # Requires zlib directly. |
| 365 'common/zip.h', | 364 'common/zip.h', |
| 366 'common/zip_internal.cc', | 365 'common/zip_internal.cc', |
| 367 'common/zip_internal.h', | 366 'common/zip_internal.h', |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 'common/metrics/proto/user_action_event.proto', | 658 'common/metrics/proto/user_action_event.proto', |
| 660 ], | 659 ], |
| 661 'variables': { | 660 'variables': { |
| 662 'proto_in_dir': 'common/metrics/proto', | 661 'proto_in_dir': 'common/metrics/proto', |
| 663 'proto_out_dir': 'chrome/common/metrics/proto', | 662 'proto_out_dir': 'chrome/common/metrics/proto', |
| 664 }, | 663 }, |
| 665 'includes': [ '../build/protoc.gypi' ], | 664 'includes': [ '../build/protoc.gypi' ], |
| 666 }, | 665 }, |
| 667 ], | 666 ], |
| 668 } | 667 } |
| OLD | NEW |