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 26 matching lines...) Expand all Loading... |
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: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_resources.gyp:extensions_resources', |
47 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 48 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
48 '<(DEPTH)/media/cast/cast.gyp:cast_transport', | 49 '<(DEPTH)/media/cast/cast.gyp:cast_transport', |
49 '<(DEPTH)/net/net.gyp:net', | 50 '<(DEPTH)/net/net.gyp:net', |
50 '<(DEPTH)/skia/skia.gyp:skia', | 51 '<(DEPTH)/skia/skia.gyp:skia', |
51 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 52 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
52 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 53 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
53 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 54 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
54 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 55 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
55 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 56 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
56 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 57 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'common/metrics/proto/user_action_event.proto', | 699 'common/metrics/proto/user_action_event.proto', |
699 ], | 700 ], |
700 'variables': { | 701 'variables': { |
701 'proto_in_dir': 'common/metrics/proto', | 702 'proto_in_dir': 'common/metrics/proto', |
702 'proto_out_dir': 'chrome/common/metrics/proto', | 703 'proto_out_dir': 'chrome/common/metrics/proto', |
703 }, | 704 }, |
704 'includes': [ '../build/protoc.gypi' ], | 705 'includes': [ '../build/protoc.gypi' ], |
705 }, | 706 }, |
706 ], | 707 ], |
707 } | 708 } |
OLD | NEW |