| 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 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 'browser/history/page_usage_data.cc', | 1166 'browser/history/page_usage_data.cc', |
| 1167 'browser/history/page_usage_data.h', | 1167 'browser/history/page_usage_data.h', |
| 1168 'browser/history/query_parser.cc', | 1168 'browser/history/query_parser.cc', |
| 1169 'browser/history/query_parser.h', | 1169 'browser/history/query_parser.h', |
| 1170 'browser/history/scored_history_match.cc', | 1170 'browser/history/scored_history_match.cc', |
| 1171 'browser/history/scored_history_match.h', | 1171 'browser/history/scored_history_match.h', |
| 1172 'browser/history/snippet.cc', | 1172 'browser/history/snippet.cc', |
| 1173 'browser/history/snippet.h', | 1173 'browser/history/snippet.h', |
| 1174 'browser/history/shortcuts_backend.cc', | 1174 'browser/history/shortcuts_backend.cc', |
| 1175 'browser/history/shortcuts_backend.h', | 1175 'browser/history/shortcuts_backend.h', |
| 1176 'browser/history/shortcuts_backend_factory.cc', |
| 1177 'browser/history/shortcuts_backend_factory.h', |
| 1176 'browser/history/shortcuts_database.cc', | 1178 'browser/history/shortcuts_database.cc', |
| 1177 'browser/history/shortcuts_database.h', | 1179 'browser/history/shortcuts_database.h', |
| 1178 'browser/history/starred_url_database.cc', | 1180 'browser/history/starred_url_database.cc', |
| 1179 'browser/history/starred_url_database.h', | 1181 'browser/history/starred_url_database.h', |
| 1180 'browser/history/text_database.cc', | 1182 'browser/history/text_database.cc', |
| 1181 'browser/history/text_database.h', | 1183 'browser/history/text_database.h', |
| 1182 'browser/history/text_database_manager.cc', | 1184 'browser/history/text_database_manager.cc', |
| 1183 'browser/history/text_database_manager.h', | 1185 'browser/history/text_database_manager.h', |
| 1184 'browser/history/thumbnail_database.cc', | 1186 'browser/history/thumbnail_database.cc', |
| 1185 'browser/history/thumbnail_database.h', | 1187 'browser/history/thumbnail_database.h', |
| (...skipping 4158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5344 'browser/metrics/proto/study.proto', | 5346 'browser/metrics/proto/study.proto', |
| 5345 ], | 5347 ], |
| 5346 'variables': { | 5348 'variables': { |
| 5347 'proto_in_dir': 'browser/metrics/proto', | 5349 'proto_in_dir': 'browser/metrics/proto', |
| 5348 'proto_out_dir': 'chrome/browser/metrics/proto', | 5350 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5349 }, | 5351 }, |
| 5350 'includes': [ '../build/protoc.gypi' ] | 5352 'includes': [ '../build/protoc.gypi' ] |
| 5351 }, | 5353 }, |
| 5352 ], | 5354 ], |
| 5353 } | 5355 } |
| OLD | NEW |