| 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 27 matching lines...) Expand all Loading... |
| 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', | 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', |
| 39 '<(DEPTH)/components/components.gyp:cloud_devices_common', | 39 '<(DEPTH)/components/components.gyp:cloud_devices_common', |
| 40 '<(DEPTH)/components/components.gyp:json_schema', | 40 '<(DEPTH)/components/components.gyp:json_schema', |
| 41 '<(DEPTH)/components/components.gyp:metrics', | 41 '<(DEPTH)/components/components.gyp:metrics', |
| 42 '<(DEPTH)/components/components.gyp:policy_component_common', | 42 '<(DEPTH)/components/components.gyp:policy_component_common', |
| 43 '<(DEPTH)/components/components.gyp:translate_core_common', | 43 '<(DEPTH)/components/components.gyp:translate_core_common', |
| 44 '<(DEPTH)/components/components.gyp:variations', | 44 '<(DEPTH)/components/components.gyp:variations', |
| 45 '<(DEPTH)/content/content.gyp:content_common', | 45 '<(DEPTH)/content/content.gyp:content_common', |
| 46 '<(DEPTH)/crypto/crypto.gyp:crypto', | 46 '<(DEPTH)/crypto/crypto.gyp:crypto', |
| 47 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 47 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 48 '<(DEPTH)/media/cast/transport/cast_transport.gyp:cast_transport', | 48 '<(DEPTH)/media/cast/cast.gyp:cast_transport', |
| 49 '<(DEPTH)/net/net.gyp:net', | 49 '<(DEPTH)/net/net.gyp:net', |
| 50 '<(DEPTH)/skia/skia.gyp:skia', | 50 '<(DEPTH)/skia/skia.gyp:skia', |
| 51 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 51 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 52 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 52 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 54 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 54 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
| 55 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 55 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
| 56 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 56 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 57 '<(DEPTH)/url/url.gyp:url_lib', | 57 '<(DEPTH)/url/url.gyp:url_lib', |
| 58 ], | 58 ], |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 'common/metrics/proto/user_action_event.proto', | 688 'common/metrics/proto/user_action_event.proto', |
| 689 ], | 689 ], |
| 690 'variables': { | 690 'variables': { |
| 691 'proto_in_dir': 'common/metrics/proto', | 691 'proto_in_dir': 'common/metrics/proto', |
| 692 'proto_out_dir': 'chrome/common/metrics/proto', | 692 'proto_out_dir': 'chrome/common/metrics/proto', |
| 693 }, | 693 }, |
| 694 'includes': [ '../build/protoc.gypi' ], | 694 'includes': [ '../build/protoc.gypi' ], |
| 695 }, | 695 }, |
| 696 ], | 696 ], |
| 697 } | 697 } |
| OLD | NEW |