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 30 matching lines...) Expand all Loading... |
41 '<(DEPTH)/components/components.gyp:policy_component', | 41 '<(DEPTH)/components/components.gyp:policy_component', |
42 '<(DEPTH)/components/components.gyp:visitedlink_common', | 42 '<(DEPTH)/components/components.gyp:visitedlink_common', |
43 '<(DEPTH)/content/content.gyp:content_common', | 43 '<(DEPTH)/content/content.gyp:content_common', |
44 '<(DEPTH)/net/net.gyp:net', | 44 '<(DEPTH)/net/net.gyp:net', |
45 '<(DEPTH)/skia/skia.gyp:skia', | 45 '<(DEPTH)/skia/skia.gyp:skia', |
46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
49 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 49 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
51 '<(DEPTH)/third_party/zlib/zlib.gyp:zip', | 51 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
52 '<(DEPTH)/ui/ui.gyp:ui_resources', | 52 '<(DEPTH)/ui/ui.gyp:ui_resources', |
53 '<(DEPTH)/url/url.gyp:url_lib', | 53 '<(DEPTH)/url/url.gyp:url_lib', |
54 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 54 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
55 ], | 55 ], |
56 'sources': [ | 56 'sources': [ |
57 '../apps/app_shim/app_shim_launch.h', | 57 '../apps/app_shim/app_shim_launch.h', |
58 '../apps/app_shim/app_shim_messages.h', | 58 '../apps/app_shim/app_shim_messages.h', |
59 '../extensions/common/crx_file.cc', | 59 '../extensions/common/crx_file.cc', |
60 '../extensions/common/crx_file.h', | 60 '../extensions/common/crx_file.h', |
61 '../extensions/common/draggable_region.cc', | 61 '../extensions/common/draggable_region.cc', |
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 'common/metrics/proto/user_action_event.proto', | 845 'common/metrics/proto/user_action_event.proto', |
846 ], | 846 ], |
847 'variables': { | 847 'variables': { |
848 'proto_in_dir': 'common/metrics/proto', | 848 'proto_in_dir': 'common/metrics/proto', |
849 'proto_out_dir': 'chrome/common/metrics/proto', | 849 'proto_out_dir': 'chrome/common/metrics/proto', |
850 }, | 850 }, |
851 'includes': [ '../build/protoc.gypi' ], | 851 'includes': [ '../build/protoc.gypi' ], |
852 }, | 852 }, |
853 ], | 853 ], |
854 } | 854 } |
OLD | NEW |