| 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 3870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3881 'browser/ui/webui/chrome_url_data_manager_backend.cc', | 3881 'browser/ui/webui/chrome_url_data_manager_backend.cc', |
| 3882 'browser/ui/webui/chrome_url_data_manager_backend.h', | 3882 'browser/ui/webui/chrome_url_data_manager_backend.h', |
| 3883 'browser/ui/webui/chrome_url_data_manager_factory.cc', | 3883 'browser/ui/webui/chrome_url_data_manager_factory.cc', |
| 3884 'browser/ui/webui/chrome_url_data_manager_factory.h', | 3884 'browser/ui/webui/chrome_url_data_manager_factory.h', |
| 3885 'browser/ui/webui/chrome_web_ui_controller_factory.cc', | 3885 'browser/ui/webui/chrome_web_ui_controller_factory.cc', |
| 3886 'browser/ui/webui/chrome_web_ui_controller_factory.h', | 3886 'browser/ui/webui/chrome_web_ui_controller_factory.h', |
| 3887 'browser/ui/webui/chrome_web_ui_data_source.cc', | 3887 'browser/ui/webui/chrome_web_ui_data_source.cc', |
| 3888 'browser/ui/webui/chrome_web_ui_data_source.h', | 3888 'browser/ui/webui/chrome_web_ui_data_source.h', |
| 3889 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', | 3889 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', |
| 3890 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', | 3890 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', |
| 3891 'browser/ui/webui/chromeos/cryptohome_ui.cc', |
| 3892 'browser/ui/webui/chromeos/cryptohome_ui.h', |
| 3891 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', | 3893 'browser/ui/webui/chromeos/imageburner/imageburner_ui.cc', |
| 3892 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', | 3894 'browser/ui/webui/chromeos/imageburner/imageburner_ui.h', |
| 3893 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', | 3895 'browser/ui/webui/chromeos/keyboard_overlay_ui.cc', |
| 3894 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', | 3896 'browser/ui/webui/chromeos/keyboard_overlay_ui.h', |
| 3895 'browser/ui/webui/chromeos/login/base_screen_handler.cc', | 3897 'browser/ui/webui/chromeos/login/base_screen_handler.cc', |
| 3896 'browser/ui/webui/chromeos/login/base_screen_handler.h', | 3898 'browser/ui/webui/chromeos/login/base_screen_handler.h', |
| 3897 'browser/ui/webui/chromeos/login/core_oobe_handler.cc', | 3899 'browser/ui/webui/chromeos/login/core_oobe_handler.cc', |
| 3898 'browser/ui/webui/chromeos/login/core_oobe_handler.h', | 3900 'browser/ui/webui/chromeos/login/core_oobe_handler.h', |
| 3899 'browser/ui/webui/chromeos/login/enterprise_oauth_enrollment_screen_hand
ler.cc', | 3901 'browser/ui/webui/chromeos/login/enterprise_oauth_enrollment_screen_hand
ler.cc', |
| 3900 'browser/ui/webui/chromeos/login/enterprise_oauth_enrollment_screen_hand
ler.h', | 3902 'browser/ui/webui/chromeos/login/enterprise_oauth_enrollment_screen_hand
ler.h', |
| (...skipping 1530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5431 'browser/metrics/proto/study.proto', | 5433 'browser/metrics/proto/study.proto', |
| 5432 ], | 5434 ], |
| 5433 'variables': { | 5435 'variables': { |
| 5434 'proto_in_dir': 'browser/metrics/proto', | 5436 'proto_in_dir': 'browser/metrics/proto', |
| 5435 'proto_out_dir': 'chrome/browser/metrics/proto', | 5437 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5436 }, | 5438 }, |
| 5437 'includes': [ '../build/protoc.gypi' ] | 5439 'includes': [ '../build/protoc.gypi' ] |
| 5438 }, | 5440 }, |
| 5439 ], | 5441 ], |
| 5440 } | 5442 } |
| OLD | NEW |