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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 'browser/certificate_viewer.cc', | 333 'browser/certificate_viewer.cc', |
334 'browser/certificate_viewer.h', | 334 'browser/certificate_viewer.h', |
335 'browser/character_encoding.cc', | 335 'browser/character_encoding.cc', |
336 'browser/character_encoding.h', | 336 'browser/character_encoding.h', |
337 'browser/chrome_benchmarking_message_filter.cc', | 337 'browser/chrome_benchmarking_message_filter.cc', |
338 'browser/chrome_benchmarking_message_filter.h', | 338 'browser/chrome_benchmarking_message_filter.h', |
339 'browser/chrome_browser_application_mac.h', | 339 'browser/chrome_browser_application_mac.h', |
340 'browser/chrome_browser_application_mac.mm', | 340 'browser/chrome_browser_application_mac.mm', |
341 'browser/chrome_browser_main.cc', | 341 'browser/chrome_browser_main.cc', |
342 'browser/chrome_browser_main.h', | 342 'browser/chrome_browser_main.h', |
343 'browser/chrome_browser_main_aura.cc', | 343 'browser/chrome_browser_main_linux.cc', |
344 'browser/chrome_browser_main_aura.h', | 344 'browser/chrome_browser_main_linux.h', |
345 'browser/chrome_browser_main_gtk.cc', | |
346 'browser/chrome_browser_main_gtk.h', | |
347 'browser/chrome_browser_main_mac.mm', | 345 'browser/chrome_browser_main_mac.mm', |
348 'browser/chrome_browser_main_mac.h', | 346 'browser/chrome_browser_main_mac.h', |
349 'browser/chrome_browser_main_posix.cc', | 347 'browser/chrome_browser_main_posix.cc', |
350 'browser/chrome_browser_main_posix.h', | 348 'browser/chrome_browser_main_posix.h', |
351 'browser/chrome_browser_main_win.cc', | 349 'browser/chrome_browser_main_win.cc', |
352 'browser/chrome_browser_main_win.h', | 350 'browser/chrome_browser_main_win.h', |
353 'browser/chrome_browser_main_x11.cc', | 351 'browser/chrome_browser_main_x11.cc', |
354 'browser/chrome_browser_main_x11.h', | 352 'browser/chrome_browser_main_x11.h', |
| 353 'browser/chrome_browser_parts_aura.cc', |
| 354 'browser/chrome_browser_parts_aura.h', |
| 355 'browser/chrome_browser_parts_gtk.cc', |
| 356 'browser/chrome_browser_parts_gtk.h', |
355 'browser/chrome_content_browser_client.cc', | 357 'browser/chrome_content_browser_client.cc', |
356 'browser/chrome_content_browser_client.h', | 358 'browser/chrome_content_browser_client.h', |
357 'browser/chrome_plugin_message_filter.cc', | 359 'browser/chrome_plugin_message_filter.cc', |
358 'browser/chrome_plugin_message_filter.h', | 360 'browser/chrome_plugin_message_filter.h', |
359 'browser/chrome_plugin_service_filter.cc', | 361 'browser/chrome_plugin_service_filter.cc', |
360 'browser/chrome_plugin_service_filter.h', | 362 'browser/chrome_plugin_service_filter.h', |
361 'browser/chrome_quota_permission_context.cc', | 363 'browser/chrome_quota_permission_context.cc', |
362 'browser/chrome_quota_permission_context.h', | 364 'browser/chrome_quota_permission_context.h', |
363 'browser/chrome_worker_message_filter.cc', | 365 'browser/chrome_worker_message_filter.cc', |
364 'browser/chrome_worker_message_filter.h', | 366 'browser/chrome_worker_message_filter.h', |
(...skipping 4843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5208 'type': 'static_library', | 5210 'type': 'static_library', |
5209 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5211 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5210 'variables': { | 5212 'variables': { |
5211 'proto_in_dir': 'browser/history', | 5213 'proto_in_dir': 'browser/history', |
5212 'proto_out_dir': 'chrome/browser/history', | 5214 'proto_out_dir': 'chrome/browser/history', |
5213 }, | 5215 }, |
5214 'includes': [ '../build/protoc.gypi' ] | 5216 'includes': [ '../build/protoc.gypi' ] |
5215 }, | 5217 }, |
5216 ], | 5218 ], |
5217 } | 5219 } |
OLD | NEW |