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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
47 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 47 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
49 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', | 49 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', |
50 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 50 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
51 '<(DEPTH)/ui/ui.gyp:ui_resources', | 51 '<(DEPTH)/ui/ui.gyp:ui_resources', |
52 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', | 52 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', |
53 ], | 53 ], |
54 'sources': [ | 54 'sources': [ |
| 55 '../apps/app_shim/app_shim_messages.h', |
55 '../extensions/common/constants.cc', | 56 '../extensions/common/constants.cc', |
56 '../extensions/common/constants.h', | 57 '../extensions/common/constants.h', |
57 '../extensions/common/draggable_region.cc', | 58 '../extensions/common/draggable_region.cc', |
58 '../extensions/common/draggable_region.h', | 59 '../extensions/common/draggable_region.h', |
59 '../extensions/common/error_utils.cc', | 60 '../extensions/common/error_utils.cc', |
60 '../extensions/common/error_utils.h', | 61 '../extensions/common/error_utils.h', |
61 '../extensions/common/event_filter.cc', | 62 '../extensions/common/event_filter.cc', |
62 '../extensions/common/event_filter.h', | 63 '../extensions/common/event_filter.h', |
63 '../extensions/common/event_filtering_info.cc', | 64 '../extensions/common/event_filtering_info.cc', |
64 '../extensions/common/event_filtering_info.h', | 65 '../extensions/common/event_filtering_info.h', |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 'common/metrics/proto/user_action_event.proto', | 709 'common/metrics/proto/user_action_event.proto', |
709 ], | 710 ], |
710 'variables': { | 711 'variables': { |
711 'proto_in_dir': 'common/metrics/proto', | 712 'proto_in_dir': 'common/metrics/proto', |
712 'proto_out_dir': 'chrome/common/metrics/proto', | 713 'proto_out_dir': 'chrome/common/metrics/proto', |
713 }, | 714 }, |
714 'includes': [ '../build/protoc.gypi' ], | 715 'includes': [ '../build/protoc.gypi' ], |
715 }, | 716 }, |
716 ], | 717 ], |
717 } | 718 } |
OLD | NEW |