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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 '<(DEPTH)/content/content.gyp:content_common', | 44 '<(DEPTH)/content/content.gyp:content_common', |
45 '<(DEPTH)/net/net.gyp:net', | 45 '<(DEPTH)/net/net.gyp:net', |
46 '<(DEPTH)/skia/skia.gyp:skia', | 46 '<(DEPTH)/skia/skia.gyp:skia', |
47 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 47 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
48 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 48 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
49 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 49 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', | 50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', |
51 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', | 51 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', |
52 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 52 '<(DEPTH)/ui/resources/ui_resources.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', | |
55 ], | 54 ], |
56 'sources': [ | 55 'sources': [ |
57 '../apps/app_shim/app_shim_launch.h', | 56 '../apps/app_shim/app_shim_launch.h', |
58 '../apps/app_shim/app_shim_messages.h', | 57 '../apps/app_shim/app_shim_messages.h', |
59 'common/all_messages.h', | 58 'common/all_messages.h', |
60 'common/attrition_experiments.h', | 59 'common/attrition_experiments.h', |
61 'common/auto_start_linux.cc', | 60 'common/auto_start_linux.cc', |
62 'common/auto_start_linux.h', | 61 'common/auto_start_linux.h', |
63 'common/autocomplete_match_type.cc', | 62 'common/autocomplete_match_type.cc', |
64 'common/autocomplete_match_type.h', | 63 'common/autocomplete_match_type.h', |
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 'common/metrics/proto/user_action_event.proto', | 738 'common/metrics/proto/user_action_event.proto', |
740 ], | 739 ], |
741 'variables': { | 740 'variables': { |
742 'proto_in_dir': 'common/metrics/proto', | 741 'proto_in_dir': 'common/metrics/proto', |
743 'proto_out_dir': 'chrome/common/metrics/proto', | 742 'proto_out_dir': 'chrome/common/metrics/proto', |
744 }, | 743 }, |
745 'includes': [ '../build/protoc.gypi' ], | 744 'includes': [ '../build/protoc.gypi' ], |
746 }, | 745 }, |
747 ], | 746 ], |
748 } | 747 } |
OLD | NEW |