OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 'browser/certificate_viewer.cc', | 394 'browser/certificate_viewer.cc', |
395 'browser/certificate_viewer.h', | 395 'browser/certificate_viewer.h', |
396 'browser/character_encoding.cc', | 396 'browser/character_encoding.cc', |
397 'browser/character_encoding.h', | 397 'browser/character_encoding.h', |
398 'browser/chrome_benchmarking_message_filter.cc', | 398 'browser/chrome_benchmarking_message_filter.cc', |
399 'browser/chrome_benchmarking_message_filter.h', | 399 'browser/chrome_benchmarking_message_filter.h', |
400 'browser/chrome_browser_application_mac.h', | 400 'browser/chrome_browser_application_mac.h', |
401 'browser/chrome_browser_application_mac.mm', | 401 'browser/chrome_browser_application_mac.mm', |
402 'browser/chrome_browser_main.cc', | 402 'browser/chrome_browser_main.cc', |
403 'browser/chrome_browser_main.h', | 403 'browser/chrome_browser_main.h', |
| 404 'browser/chrome_browser_main_android.cc', |
| 405 'browser/chrome_browser_main_android.h', |
404 'browser/chrome_browser_main_extra_parts.h', | 406 'browser/chrome_browser_main_extra_parts.h', |
405 'browser/chrome_browser_main_linux.cc', | 407 'browser/chrome_browser_main_linux.cc', |
406 'browser/chrome_browser_main_linux.h', | 408 'browser/chrome_browser_main_linux.h', |
407 'browser/chrome_browser_main_mac.h', | 409 'browser/chrome_browser_main_mac.h', |
408 'browser/chrome_browser_main_mac.mm', | 410 'browser/chrome_browser_main_mac.mm', |
409 'browser/chrome_browser_main_posix.cc', | 411 'browser/chrome_browser_main_posix.cc', |
410 'browser/chrome_browser_main_posix.h', | 412 'browser/chrome_browser_main_posix.h', |
411 'browser/chrome_browser_main_win.cc', | 413 'browser/chrome_browser_main_win.cc', |
412 'browser/chrome_browser_main_win.h', | 414 'browser/chrome_browser_main_win.h', |
413 'browser/chrome_browser_main_x11.cc', | 415 'browser/chrome_browser_main_x11.cc', |
(...skipping 5060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5474 'variables': { | 5476 'variables': { |
5475 'jni_gen_dir': 'chrome', | 5477 'jni_gen_dir': 'chrome', |
5476 }, | 5478 }, |
5477 'includes': [ '../build/jni_generator.gypi' ], | 5479 'includes': [ '../build/jni_generator.gypi' ], |
5478 }, | 5480 }, |
5479 ], | 5481 ], |
5480 }, | 5482 }, |
5481 ], | 5483 ], |
5482 ], | 5484 ], |
5483 } | 5485 } |
OLD | NEW |