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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 'browser/bug_report_data.cc', | 321 'browser/bug_report_data.cc', |
322 'browser/bug_report_data.h', | 322 'browser/bug_report_data.h', |
323 'browser/bug_report_util.cc', | 323 'browser/bug_report_util.cc', |
324 'browser/bug_report_util.h', | 324 'browser/bug_report_util.h', |
325 'browser/certificate_manager_model.cc', | 325 'browser/certificate_manager_model.cc', |
326 'browser/certificate_manager_model.h', | 326 'browser/certificate_manager_model.h', |
327 'browser/certificate_viewer.cc', | 327 'browser/certificate_viewer.cc', |
328 'browser/certificate_viewer.h', | 328 'browser/certificate_viewer.h', |
329 'browser/character_encoding.cc', | 329 'browser/character_encoding.cc', |
330 'browser/character_encoding.h', | 330 'browser/character_encoding.h', |
| 331 'browser/chrome_benchmarking_message_filter.cc', |
| 332 'browser/chrome_benchmarking_message_filter.h', |
331 'browser/chrome_browser_application_mac.h', | 333 'browser/chrome_browser_application_mac.h', |
332 'browser/chrome_browser_application_mac.mm', | 334 'browser/chrome_browser_application_mac.mm', |
333 'browser/chrome_browser_main.cc', | 335 'browser/chrome_browser_main.cc', |
334 'browser/chrome_browser_main.h', | 336 'browser/chrome_browser_main.h', |
335 'browser/chrome_browser_main_gtk.cc', | 337 'browser/chrome_browser_main_gtk.cc', |
336 'browser/chrome_browser_main_gtk.h', | 338 'browser/chrome_browser_main_gtk.h', |
337 'browser/chrome_browser_main_mac.mm', | 339 'browser/chrome_browser_main_mac.mm', |
338 'browser/chrome_browser_main_mac.h', | 340 'browser/chrome_browser_main_mac.h', |
339 'browser/chrome_browser_main_posix.cc', | 341 'browser/chrome_browser_main_posix.cc', |
340 'browser/chrome_browser_main_posix.h', | 342 'browser/chrome_browser_main_posix.h', |
(...skipping 4709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5050 # weak imports in dependents, who still must #include | 5052 # weak imports in dependents, who still must #include |
5051 # closure_blocks_leopard_compat.h to get weak imports. | 5053 # closure_blocks_leopard_compat.h to get weak imports. |
5052 'type': 'none', | 5054 'type': 'none', |
5053 }], | 5055 }], |
5054 ], | 5056 ], |
5055 }, | 5057 }, |
5056 ], | 5058 ], |
5057 }], | 5059 }], |
5058 ], | 5060 ], |
5059 } | 5061 } |
OLD | NEW |