| 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 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3344 'browser/ui/views/ash/app_list/app_list_view_delegate.h', | 3344 'browser/ui/views/ash/app_list/app_list_view_delegate.h', |
| 3345 'browser/ui/views/ash/app_list/apps_model_builder.cc', | 3345 'browser/ui/views/ash/app_list/apps_model_builder.cc', |
| 3346 'browser/ui/views/ash/app_list/apps_model_builder.h', | 3346 'browser/ui/views/ash/app_list/apps_model_builder.h', |
| 3347 'browser/ui/views/ash/app_list/chrome_app_list_item.h', | 3347 'browser/ui/views/ash/app_list/chrome_app_list_item.h', |
| 3348 'browser/ui/views/ash/app_list/extension_app_item.cc', | 3348 'browser/ui/views/ash/app_list/extension_app_item.cc', |
| 3349 'browser/ui/views/ash/app_list/extension_app_item.h', | 3349 'browser/ui/views/ash/app_list/extension_app_item.h', |
| 3350 'browser/ui/views/ash/app_list/search_builder.cc', | 3350 'browser/ui/views/ash/app_list/search_builder.cc', |
| 3351 'browser/ui/views/ash/app_list/search_builder.h', | 3351 'browser/ui/views/ash/app_list/search_builder.h', |
| 3352 'browser/ui/views/ash/balloon_collection_impl_ash.cc', | 3352 'browser/ui/views/ash/balloon_collection_impl_ash.cc', |
| 3353 'browser/ui/views/ash/balloon_collection_impl_ash.h', | 3353 'browser/ui/views/ash/balloon_collection_impl_ash.h', |
| 3354 'browser/ui/views/ash/balloon_view_ash.cc', |
| 3355 'browser/ui/views/ash/balloon_view_ash.h', |
| 3354 'browser/ui/views/ash/brightness_controller_chromeos.cc', | 3356 'browser/ui/views/ash/brightness_controller_chromeos.cc', |
| 3355 'browser/ui/views/ash/brightness_controller_chromeos.h', | 3357 'browser/ui/views/ash/brightness_controller_chromeos.h', |
| 3356 'browser/ui/views/ash/browser_non_client_frame_view_ash.h', | 3358 'browser/ui/views/ash/browser_non_client_frame_view_ash.h', |
| 3357 'browser/ui/views/ash/browser_non_client_frame_view_ash.cc', | 3359 'browser/ui/views/ash/browser_non_client_frame_view_ash.cc', |
| 3358 'browser/ui/views/ash/caps_lock_handler.cc', | 3360 'browser/ui/views/ash/caps_lock_handler.cc', |
| 3359 'browser/ui/views/ash/caps_lock_handler.h', | 3361 'browser/ui/views/ash/caps_lock_handler.h', |
| 3360 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', | 3362 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', |
| 3361 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', | 3363 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', |
| 3362 'browser/ui/views/ash/chrome_shell_delegate.cc', | 3364 'browser/ui/views/ash/chrome_shell_delegate.cc', |
| 3363 'browser/ui/views/ash/chrome_shell_delegate.h', | 3365 'browser/ui/views/ash/chrome_shell_delegate.h', |
| (...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5214 'browser/metrics/proto/study.proto', | 5216 'browser/metrics/proto/study.proto', |
| 5215 ], | 5217 ], |
| 5216 'variables': { | 5218 'variables': { |
| 5217 'proto_in_dir': 'browser/metrics/proto', | 5219 'proto_in_dir': 'browser/metrics/proto', |
| 5218 'proto_out_dir': 'chrome/browser/metrics/proto', | 5220 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5219 }, | 5221 }, |
| 5220 'includes': [ '../build/protoc.gypi' ] | 5222 'includes': [ '../build/protoc.gypi' ] |
| 5221 }, | 5223 }, |
| 5222 ], | 5224 ], |
| 5223 } | 5225 } |
| OLD | NEW |