| 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 3351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3362 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3362 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 3363 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', | 3363 'browser/ui/webui/chromeos/enterprise_enrollment_ui.cc', |
| 3364 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', | 3364 'browser/ui/webui/chromeos/enterprise_enrollment_ui.h', |
| 3365 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', | 3365 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', |
| 3366 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', | 3366 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', |
| 3367 'browser/ui/webui/chromeos/imageburner/imageburner_utils.cc', | 3367 'browser/ui/webui/chromeos/imageburner/imageburner_utils.cc', |
| 3368 'browser/ui/webui/chromeos/imageburner/imageburner_utils.h', | 3368 'browser/ui/webui/chromeos/imageburner/imageburner_utils.h', |
| 3369 'browser/ui/webui/chromeos/imageburner/webui_handler.h', | 3369 'browser/ui/webui/chromeos/imageburner/webui_handler.h', |
| 3370 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3370 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
| 3371 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3371 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| 3372 'browser/ui/webui/chromeos/login/base_screen_handler.cc', |
| 3373 'browser/ui/webui/chromeos/login/base_screen_handler.h', |
| 3372 'browser/ui/webui/chromeos/login/eula_screen_handler.cc', | 3374 'browser/ui/webui/chromeos/login/eula_screen_handler.cc', |
| 3373 'browser/ui/webui/chromeos/login/eula_screen_handler.h', | 3375 'browser/ui/webui/chromeos/login/eula_screen_handler.h', |
| 3374 'browser/ui/webui/chromeos/login/login_ui.cc', | 3376 'browser/ui/webui/chromeos/login/login_ui.cc', |
| 3375 'browser/ui/webui/chromeos/login/login_ui.h', | 3377 'browser/ui/webui/chromeos/login/login_ui.h', |
| 3376 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', | 3378 'browser/ui/webui/chromeos/login/login_ui_helpers.cc', |
| 3377 'browser/ui/webui/chromeos/login/login_ui_helpers.h', | 3379 'browser/ui/webui/chromeos/login/login_ui_helpers.h', |
| 3378 'browser/ui/webui/chromeos/login/network_screen_handler.cc', | 3380 'browser/ui/webui/chromeos/login/network_screen_handler.cc', |
| 3379 'browser/ui/webui/chromeos/login/network_screen_handler.h', | 3381 'browser/ui/webui/chromeos/login/network_screen_handler.h', |
| 3380 'browser/ui/webui/chromeos/login/oobe_ui.cc', | 3382 'browser/ui/webui/chromeos/login/oobe_ui.cc', |
| 3381 'browser/ui/webui/chromeos/login/oobe_ui.h', | 3383 'browser/ui/webui/chromeos/login/oobe_ui.h', |
| (...skipping 1437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4819 ], | 4821 ], |
| 4820 'export_dependent_settings': [ | 4822 'export_dependent_settings': [ |
| 4821 'in_memory_url_index_cache_proto', | 4823 'in_memory_url_index_cache_proto', |
| 4822 ], | 4824 ], |
| 4823 # This target exports a hard dependency because it includes generated | 4825 # This target exports a hard dependency because it includes generated |
| 4824 # header files. | 4826 # header files. |
| 4825 'hard_dependency': 1, | 4827 'hard_dependency': 1, |
| 4826 }, | 4828 }, |
| 4827 ], | 4829 ], |
| 4828 } | 4830 } |
| OLD | NEW |