| 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 3899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3910 'browser/ui/webui/chrome_web_ui_controller_factory.cc', | 3910 'browser/ui/webui/chrome_web_ui_controller_factory.cc', |
| 3911 'browser/ui/webui/chrome_web_ui_controller_factory.h', | 3911 'browser/ui/webui/chrome_web_ui_controller_factory.h', |
| 3912 'browser/ui/webui/chrome_web_ui_data_source.cc', | 3912 'browser/ui/webui/chrome_web_ui_data_source.cc', |
| 3913 'browser/ui/webui/chrome_web_ui_data_source.h', | 3913 'browser/ui/webui/chrome_web_ui_data_source.h', |
| 3914 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 3914 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
| 3915 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3915 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 3916 'browser/ui/webui/chromeos/cryptohome_ui.cc', | 3916 'browser/ui/webui/chromeos/cryptohome_ui.cc', |
| 3917 'browser/ui/webui/chromeos/cryptohome_ui.h', | 3917 'browser/ui/webui/chromeos/cryptohome_ui.h', |
| 3918 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', | 3918 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', |
| 3919 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', | 3919 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', |
| 3920 'browser/ui/webui/chromeos/diagnostics/diagnostics_ui.cc', |
| 3921 'browser/ui/webui/chromeos/diagnostics/diagnostics_ui.h', |
| 3920 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', | 3922 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', |
| 3921 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', | 3923 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', |
| 3922 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3924 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
| 3923 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3925 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| 3924 'browser/ui/webui/chromeos/login/base_screen_handler.cc', | 3926 'browser/ui/webui/chromeos/login/base_screen_handler.cc', |
| 3925 'browser/ui/webui/chromeos/login/base_screen_handler.h', | 3927 'browser/ui/webui/chromeos/login/base_screen_handler.h', |
| 3926 'browser/ui/webui/chromeos/login/core_oobe_handler.cc', | 3928 'browser/ui/webui/chromeos/login/core_oobe_handler.cc', |
| 3927 'browser/ui/webui/chromeos/login/core_oobe_handler.h', | 3929 'browser/ui/webui/chromeos/login/core_oobe_handler.h', |
| 3928 'browser/ui/webui/chromeos/drive_internals_ui.cc', | 3930 'browser/ui/webui/chromeos/drive_internals_ui.cc', |
| 3929 'browser/ui/webui/chromeos/drive_internals_ui.h', | 3931 'browser/ui/webui/chromeos/drive_internals_ui.h', |
| (...skipping 1559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5489 'variables': { | 5491 'variables': { |
| 5490 'jni_gen_dir': 'chrome', | 5492 'jni_gen_dir': 'chrome', |
| 5491 }, | 5493 }, |
| 5492 'includes': [ '../build/jni_generator.gypi' ], | 5494 'includes': [ '../build/jni_generator.gypi' ], |
| 5493 }, | 5495 }, |
| 5494 ], | 5496 ], |
| 5495 }, | 5497 }, |
| 5496 ], | 5498 ], |
| 5497 ], | 5499 ], |
| 5498 } | 5500 } |
| OLD | NEW |