| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1127 'browser/history/in_memory_history_backend.cc', | 1127 'browser/history/in_memory_history_backend.cc', |
| 1128 'browser/history/in_memory_history_backend.h', | 1128 'browser/history/in_memory_history_backend.h', |
| 1129 'browser/history/in_memory_url_index.cc', | 1129 'browser/history/in_memory_url_index.cc', |
| 1130 'browser/history/in_memory_url_index.h', | 1130 'browser/history/in_memory_url_index.h', |
| 1131 'browser/history/in_memory_url_index_types.cc', | 1131 'browser/history/in_memory_url_index_types.cc', |
| 1132 'browser/history/in_memory_url_index_types.h', | 1132 'browser/history/in_memory_url_index_types.h', |
| 1133 'browser/history/page_usage_data.cc', | 1133 'browser/history/page_usage_data.cc', |
| 1134 'browser/history/page_usage_data.h', | 1134 'browser/history/page_usage_data.h', |
| 1135 'browser/history/query_parser.cc', | 1135 'browser/history/query_parser.cc', |
| 1136 'browser/history/query_parser.h', | 1136 'browser/history/query_parser.h', |
| 1137 'browser/history/scored_history_match.cc', |
| 1138 'browser/history/scored_history_match.h', |
| 1137 'browser/history/snippet.cc', | 1139 'browser/history/snippet.cc', |
| 1138 'browser/history/snippet.h', | 1140 'browser/history/snippet.h', |
| 1139 'browser/history/shortcuts_backend.cc', | 1141 'browser/history/shortcuts_backend.cc', |
| 1140 'browser/history/shortcuts_backend.h', | 1142 'browser/history/shortcuts_backend.h', |
| 1141 'browser/history/shortcuts_database.cc', | 1143 'browser/history/shortcuts_database.cc', |
| 1142 'browser/history/shortcuts_database.h', | 1144 'browser/history/shortcuts_database.h', |
| 1143 'browser/history/starred_url_database.cc', | 1145 'browser/history/starred_url_database.cc', |
| 1144 'browser/history/starred_url_database.h', | 1146 'browser/history/starred_url_database.h', |
| 1145 'browser/history/text_database.cc', | 1147 'browser/history/text_database.cc', |
| 1146 'browser/history/text_database.h', | 1148 'browser/history/text_database.h', |
| (...skipping 4035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5182 'browser/metrics/proto/study.proto', | 5184 'browser/metrics/proto/study.proto', |
| 5183 ], | 5185 ], |
| 5184 'variables': { | 5186 'variables': { |
| 5185 'proto_in_dir': 'browser/metrics/proto', | 5187 'proto_in_dir': 'browser/metrics/proto', |
| 5186 'proto_out_dir': 'chrome/browser/metrics/proto', | 5188 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5187 }, | 5189 }, |
| 5188 'includes': [ '../build/protoc.gypi' ] | 5190 'includes': [ '../build/protoc.gypi' ] |
| 5189 }, | 5191 }, |
| 5190 ], | 5192 ], |
| 5191 } | 5193 } |
| OLD | NEW |