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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_aura.cc', |
336 'browser/chrome_browser_main_aura.h', | 336 'browser/chrome_browser_main_aura.h', |
337 'browser/chrome_browser_main_gtk.cc', | 337 'browser/chrome_browser_main_gtk.cc', |
338 'browser/chrome_browser_main_gtk.h', | 338 'browser/chrome_browser_main_gtk.h', |
| 339 'browser/chrome_browser_main_linux.cc', |
| 340 'browser/chrome_browser_main_linux.h', |
339 'browser/chrome_browser_main_mac.mm', | 341 'browser/chrome_browser_main_mac.mm', |
340 'browser/chrome_browser_main_mac.h', | 342 'browser/chrome_browser_main_mac.h', |
341 'browser/chrome_browser_main_posix.cc', | 343 'browser/chrome_browser_main_posix.cc', |
342 'browser/chrome_browser_main_posix.h', | 344 'browser/chrome_browser_main_posix.h', |
343 'browser/chrome_browser_main_win.cc', | 345 'browser/chrome_browser_main_win.cc', |
344 'browser/chrome_browser_main_win.h', | 346 'browser/chrome_browser_main_win.h', |
345 'browser/chrome_browser_main_x11.cc', | 347 'browser/chrome_browser_main_x11.cc', |
346 'browser/chrome_browser_main_x11.h', | 348 'browser/chrome_browser_main_x11.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', |
(...skipping 4837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5186 'type': 'static_library', | 5188 'type': 'static_library', |
5187 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5189 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5188 'variables': { | 5190 'variables': { |
5189 'proto_in_dir': 'browser/history', | 5191 'proto_in_dir': 'browser/history', |
5190 'proto_out_dir': 'chrome/browser/history', | 5192 'proto_out_dir': 'chrome/browser/history', |
5191 }, | 5193 }, |
5192 'includes': [ '../build/protoc.gypi' ] | 5194 'includes': [ '../build/protoc.gypi' ] |
5193 }, | 5195 }, |
5194 ], | 5196 ], |
5195 } | 5197 } |
OLD | NEW |