| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'browser/certificate_viewer.cc', | 325 'browser/certificate_viewer.cc', |
| 326 'browser/certificate_viewer.h', | 326 'browser/certificate_viewer.h', |
| 327 'browser/character_encoding.cc', | 327 'browser/character_encoding.cc', |
| 328 'browser/character_encoding.h', | 328 'browser/character_encoding.h', |
| 329 'browser/chrome_benchmarking_message_filter.cc', | 329 'browser/chrome_benchmarking_message_filter.cc', |
| 330 'browser/chrome_benchmarking_message_filter.h', | 330 'browser/chrome_benchmarking_message_filter.h', |
| 331 'browser/chrome_browser_application_mac.h', | 331 'browser/chrome_browser_application_mac.h', |
| 332 'browser/chrome_browser_application_mac.mm', | 332 'browser/chrome_browser_application_mac.mm', |
| 333 'browser/chrome_browser_main.cc', | 333 'browser/chrome_browser_main.cc', |
| 334 'browser/chrome_browser_main.h', | 334 'browser/chrome_browser_main.h', |
| 335 'browser/chrome_browser_main_aura.cc', | 335 'browser/chrome_browser_main_linux.cc', |
| 336 'browser/chrome_browser_main_aura.h', | 336 'browser/chrome_browser_main_linux.h', |
| 337 'browser/chrome_browser_main_gtk.cc', | |
| 338 'browser/chrome_browser_main_gtk.h', | |
| 339 'browser/chrome_browser_main_mac.mm', | 337 'browser/chrome_browser_main_mac.mm', |
| 340 'browser/chrome_browser_main_mac.h', | 338 'browser/chrome_browser_main_mac.h', |
| 341 'browser/chrome_browser_main_posix.cc', | 339 'browser/chrome_browser_main_posix.cc', |
| 342 'browser/chrome_browser_main_posix.h', | 340 'browser/chrome_browser_main_posix.h', |
| 343 'browser/chrome_browser_main_win.cc', | 341 'browser/chrome_browser_main_win.cc', |
| 344 'browser/chrome_browser_main_win.h', | 342 'browser/chrome_browser_main_win.h', |
| 345 'browser/chrome_browser_main_x11.cc', | 343 'browser/chrome_browser_main_x11.cc', |
| 346 'browser/chrome_browser_main_x11.h', | 344 'browser/chrome_browser_main_x11.h', |
| 345 'browser/chrome_browser_parts_aura.cc', |
| 346 'browser/chrome_browser_parts_aura.h', |
| 347 'browser/chrome_browser_parts_gtk.cc', |
| 348 'browser/chrome_browser_parts_gtk.h', |
| 347 'browser/chrome_content_browser_client.cc', | 349 'browser/chrome_content_browser_client.cc', |
| 348 'browser/chrome_content_browser_client.h', | 350 'browser/chrome_content_browser_client.h', |
| 349 'browser/chrome_plugin_message_filter.cc', | 351 'browser/chrome_plugin_message_filter.cc', |
| 350 'browser/chrome_plugin_message_filter.h', | 352 'browser/chrome_plugin_message_filter.h', |
| 351 'browser/chrome_plugin_service_filter.cc', | 353 'browser/chrome_plugin_service_filter.cc', |
| 352 'browser/chrome_plugin_service_filter.h', | 354 'browser/chrome_plugin_service_filter.h', |
| 353 'browser/chrome_quota_permission_context.cc', | 355 'browser/chrome_quota_permission_context.cc', |
| 354 'browser/chrome_quota_permission_context.h', | 356 'browser/chrome_quota_permission_context.h', |
| 355 'browser/chrome_worker_message_filter.cc', | 357 'browser/chrome_worker_message_filter.cc', |
| 356 'browser/chrome_worker_message_filter.h', | 358 'browser/chrome_worker_message_filter.h', |
| (...skipping 4828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5185 'type': 'static_library', | 5187 'type': 'static_library', |
| 5186 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5188 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5187 'variables': { | 5189 'variables': { |
| 5188 'proto_in_dir': 'browser/history', | 5190 'proto_in_dir': 'browser/history', |
| 5189 'proto_out_dir': 'chrome/browser/history', | 5191 'proto_out_dir': 'chrome/browser/history', |
| 5190 }, | 5192 }, |
| 5191 'includes': [ '../build/protoc.gypi' ] | 5193 'includes': [ '../build/protoc.gypi' ] |
| 5192 }, | 5194 }, |
| 5193 ], | 5195 ], |
| 5194 } | 5196 } |
| OLD | NEW |