OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
276 'browser/bookmarks/bookmark_service.h', | 276 'browser/bookmarks/bookmark_service.h', |
277 'browser/bookmarks/bookmark_storage.cc', | 277 'browser/bookmarks/bookmark_storage.cc', |
278 'browser/bookmarks/bookmark_storage.h', | 278 'browser/bookmarks/bookmark_storage.h', |
279 'browser/bookmarks/bookmark_utils.cc', | 279 'browser/bookmarks/bookmark_utils.cc', |
280 'browser/bookmarks/bookmark_utils.h', | 280 'browser/bookmarks/bookmark_utils.h', |
281 'browser/bookmarks/recently_used_folders_combo_model.cc', | 281 'browser/bookmarks/recently_used_folders_combo_model.cc', |
282 'browser/bookmarks/recently_used_folders_combo_model.h', | 282 'browser/bookmarks/recently_used_folders_combo_model.h', |
283 'browser/browser_about_handler.cc', | 283 'browser/browser_about_handler.cc', |
284 'browser/browser_about_handler.h', | 284 'browser/browser_about_handler.h', |
285 'browser/browser_main.cc', | 285 'browser/browser_main.cc', |
| 286 'browser/browser_main.h', |
286 'browser/browser_main_gtk.cc', | 287 'browser/browser_main_gtk.cc', |
287 'browser/browser_main_gtk.h', | 288 'browser/browser_main_gtk.h', |
288 'browser/browser_main_mac.mm', | 289 'browser/browser_main_mac.mm', |
289 'browser/browser_main_posix.cc', | 290 'browser/browser_main_posix.cc', |
290 'browser/browser_main_posix.h', | 291 'browser/browser_main_posix.h', |
291 'browser/browser_main_win.cc', | 292 'browser/browser_main_win.cc', |
292 'browser/browser_main_win.h', | 293 'browser/browser_main_win.h', |
293 'browser/browser_process.cc', | 294 'browser/browser_process.cc', |
294 'browser/browser_process.h', | 295 'browser/browser_process.h', |
295 'browser/browser_process_impl.cc', | 296 'browser/browser_process_impl.cc', |
(...skipping 4594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4890 ], | 4891 ], |
4891 'export_dependent_settings': [ | 4892 'export_dependent_settings': [ |
4892 'in_memory_url_index_cache_proto', | 4893 'in_memory_url_index_cache_proto', |
4893 ], | 4894 ], |
4894 # This target exports a hard dependency because it includes generated | 4895 # This target exports a hard dependency because it includes generated |
4895 # header files. | 4896 # header files. |
4896 'hard_dependency': 1, | 4897 'hard_dependency': 1, |
4897 }, | 4898 }, |
4898 ], | 4899 ], |
4899 } | 4900 } |
OLD | NEW |