| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 'browser/chrome_browser_main_extra_parts_x11.cc', | 409 'browser/chrome_browser_main_extra_parts_x11.cc', |
| 410 'browser/chrome_browser_main_extra_parts_x11.h', | 410 'browser/chrome_browser_main_extra_parts_x11.h', |
| 411 'browser/chrome_browser_main_linux.cc', | 411 'browser/chrome_browser_main_linux.cc', |
| 412 'browser/chrome_browser_main_linux.h', | 412 'browser/chrome_browser_main_linux.h', |
| 413 'browser/chrome_browser_main_mac.h', | 413 'browser/chrome_browser_main_mac.h', |
| 414 'browser/chrome_browser_main_mac.mm', | 414 'browser/chrome_browser_main_mac.mm', |
| 415 'browser/chrome_browser_main_posix.cc', | 415 'browser/chrome_browser_main_posix.cc', |
| 416 'browser/chrome_browser_main_posix.h', | 416 'browser/chrome_browser_main_posix.h', |
| 417 'browser/chrome_browser_main_win.cc', | 417 'browser/chrome_browser_main_win.cc', |
| 418 'browser/chrome_browser_main_win.h', | 418 'browser/chrome_browser_main_win.h', |
| 419 'browser/chrome_browser_metrics_log_observer.cc', |
| 420 'browser/chrome_browser_metrics_log_observer.h', |
| 419 'browser/chrome_content_browser_client.cc', | 421 'browser/chrome_content_browser_client.cc', |
| 420 'browser/chrome_content_browser_client.h', | 422 'browser/chrome_content_browser_client.h', |
| 421 'browser/chrome_elf_init_win.cc', | 423 'browser/chrome_elf_init_win.cc', |
| 422 'browser/chrome_elf_init_win.h', | 424 'browser/chrome_elf_init_win.h', |
| 423 'browser/chrome_notification_types.h', | 425 'browser/chrome_notification_types.h', |
| 424 'browser/chrome_page_zoom.cc', | 426 'browser/chrome_page_zoom.cc', |
| 425 'browser/chrome_page_zoom.h', | 427 'browser/chrome_page_zoom.h', |
| 426 'browser/chrome_page_zoom_constants.cc', | 428 'browser/chrome_page_zoom_constants.cc', |
| 427 'browser/chrome_page_zoom_constants.h', | 429 'browser/chrome_page_zoom_constants.h', |
| 428 'browser/chrome_process_singleton.cc', | 430 'browser/chrome_process_singleton.cc', |
| (...skipping 3307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3736 'package_name': 'org/chromium/chrome/browser', | 3738 'package_name': 'org/chromium/chrome/browser', |
| 3737 'template_deps': ['browser/android/tab_load_status.h'], | 3739 'template_deps': ['browser/android/tab_load_status.h'], |
| 3738 }, | 3740 }, |
| 3739 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3741 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3740 }, | 3742 }, |
| 3741 ], | 3743 ], |
| 3742 }, | 3744 }, |
| 3743 ], | 3745 ], |
| 3744 ], | 3746 ], |
| 3745 } | 3747 } |
| OLD | NEW |