| 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 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1346 'browser/mac/relauncher.cc', | 1346 'browser/mac/relauncher.cc', |
| 1347 'browser/mac/relauncher.h', | 1347 'browser/mac/relauncher.h', |
| 1348 'browser/mac/security_wrappers.cc', | 1348 'browser/mac/security_wrappers.cc', |
| 1349 'browser/mac/security_wrappers.h', | 1349 'browser/mac/security_wrappers.h', |
| 1350 'browser/managed_mode.cc', | 1350 'browser/managed_mode.cc', |
| 1351 'browser/managed_mode.h', | 1351 'browser/managed_mode.h', |
| 1352 'browser/media/media_internals.cc', | 1352 'browser/media/media_internals.cc', |
| 1353 'browser/media/media_internals.h', | 1353 'browser/media/media_internals.h', |
| 1354 'browser/media/media_stream_capture_indicator.cc', | 1354 'browser/media/media_stream_capture_indicator.cc', |
| 1355 'browser/media/media_stream_capture_indicator.h', | 1355 'browser/media/media_stream_capture_indicator.h', |
| 1356 'browser/media/media_stream_devices_controller.cc', |
| 1357 'browser/media/media_stream_devices_controller.h', |
| 1356 'browser/media/media_stream_devices_menu_model.cc', | 1358 'browser/media/media_stream_devices_menu_model.cc', |
| 1357 'browser/media/media_stream_devices_menu_model.h', | 1359 'browser/media/media_stream_devices_menu_model.h', |
| 1358 'browser/media_gallery/media_device_notifications_linux.cc', | 1360 'browser/media_gallery/media_device_notifications_linux.cc', |
| 1359 'browser/media_gallery/media_device_notifications_linux.h', | 1361 'browser/media_gallery/media_device_notifications_linux.h', |
| 1360 'browser/media_gallery/media_device_notifications_window_win.cc', | 1362 'browser/media_gallery/media_device_notifications_window_win.cc', |
| 1361 'browser/media_gallery/media_device_notifications_window_win.h', | 1363 'browser/media_gallery/media_device_notifications_window_win.h', |
| 1362 'browser/media_gallery/media_file_system_registry.cc', | 1364 'browser/media_gallery/media_file_system_registry.cc', |
| 1363 'browser/media_gallery/media_file_system_registry.h', | 1365 'browser/media_gallery/media_file_system_registry.h', |
| 1364 'browser/media_gallery/media_gallery_database.cc', | 1366 'browser/media_gallery/media_gallery_database.cc', |
| 1365 'browser/media_gallery/media_gallery_database.h', | 1367 'browser/media_gallery/media_gallery_database.h', |
| (...skipping 3908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5274 'browser/metrics/proto/study.proto', | 5276 'browser/metrics/proto/study.proto', |
| 5275 ], | 5277 ], |
| 5276 'variables': { | 5278 'variables': { |
| 5277 'proto_in_dir': 'browser/metrics/proto', | 5279 'proto_in_dir': 'browser/metrics/proto', |
| 5278 'proto_out_dir': 'chrome/browser/metrics/proto', | 5280 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5279 }, | 5281 }, |
| 5280 'includes': [ '../build/protoc.gypi' ] | 5282 'includes': [ '../build/protoc.gypi' ] |
| 5281 }, | 5283 }, |
| 5282 ], | 5284 ], |
| 5283 } | 5285 } |
| OLD | NEW |