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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 46 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
47 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 47 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
48 '<(DEPTH)/third_party/zlib/zlib.gyp:zip', | 48 '<(DEPTH)/third_party/zlib/zlib.gyp:zip', |
49 '<(DEPTH)/ui/ui.gyp:ui_resources', | 49 '<(DEPTH)/ui/ui.gyp:ui_resources', |
50 '<(DEPTH)/url/url.gyp:url_lib', | 50 '<(DEPTH)/url/url.gyp:url_lib', |
51 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 51 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
52 ], | 52 ], |
53 'sources': [ | 53 'sources': [ |
54 '../apps/app_shim/app_shim_launch.h', | 54 '../apps/app_shim/app_shim_launch.h', |
55 '../apps/app_shim/app_shim_messages.h', | 55 '../apps/app_shim/app_shim_messages.h', |
56 '../extensions/common/constants.cc', | |
57 '../extensions/common/constants.h', | |
58 '../extensions/common/crx_file.cc', | 56 '../extensions/common/crx_file.cc', |
59 '../extensions/common/crx_file.h', | 57 '../extensions/common/crx_file.h', |
60 '../extensions/common/draggable_region.cc', | 58 '../extensions/common/draggable_region.cc', |
61 '../extensions/common/draggable_region.h', | 59 '../extensions/common/draggable_region.h', |
62 '../extensions/common/error_utils.cc', | 60 '../extensions/common/error_utils.cc', |
63 '../extensions/common/error_utils.h', | 61 '../extensions/common/error_utils.h', |
64 '../extensions/common/event_filter.cc', | 62 '../extensions/common/event_filter.cc', |
65 '../extensions/common/event_filter.h', | 63 '../extensions/common/event_filter.h', |
66 '../extensions/common/event_filtering_info.cc', | 64 '../extensions/common/event_filtering_info.cc', |
67 '../extensions/common/event_filtering_info.h', | 65 '../extensions/common/event_filtering_info.h', |
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
840 'common/metrics/proto/user_action_event.proto', | 838 'common/metrics/proto/user_action_event.proto', |
841 ], | 839 ], |
842 'variables': { | 840 'variables': { |
843 'proto_in_dir': 'common/metrics/proto', | 841 'proto_in_dir': 'common/metrics/proto', |
844 'proto_out_dir': 'chrome/common/metrics/proto', | 842 'proto_out_dir': 'chrome/common/metrics/proto', |
845 }, | 843 }, |
846 'includes': [ '../build/protoc.gypi' ], | 844 'includes': [ '../build/protoc.gypi' ], |
847 }, | 845 }, |
848 ], | 846 ], |
849 } | 847 } |
OLD | NEW |