| 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 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1336 'browser/media/media_internals.cc', | 1336 'browser/media/media_internals.cc', |
| 1337 'browser/media/media_internals.h', | 1337 'browser/media/media_internals.h', |
| 1338 'browser/media/media_stream_capture_indicator.cc', | 1338 'browser/media/media_stream_capture_indicator.cc', |
| 1339 'browser/media/media_stream_capture_indicator.h', | 1339 'browser/media/media_stream_capture_indicator.h', |
| 1340 'browser/media/media_stream_devices_menu_model.cc', | 1340 'browser/media/media_stream_devices_menu_model.cc', |
| 1341 'browser/media/media_stream_devices_menu_model.h', | 1341 'browser/media/media_stream_devices_menu_model.h', |
| 1342 'browser/media_gallery/media_device_notifications_linux.cc', | 1342 'browser/media_gallery/media_device_notifications_linux.cc', |
| 1343 'browser/media_gallery/media_device_notifications_linux.h', | 1343 'browser/media_gallery/media_device_notifications_linux.h', |
| 1344 'browser/media_gallery/media_device_notifications_window_win.cc', | 1344 'browser/media_gallery/media_device_notifications_window_win.cc', |
| 1345 'browser/media_gallery/media_device_notifications_window_win.h', | 1345 'browser/media_gallery/media_device_notifications_window_win.h', |
| 1346 'browser/media_gallery/media_file_system_registry.cc', |
| 1347 'browser/media_gallery/media_file_system_registry.h', |
| 1346 'browser/media_gallery/media_gallery_database.cc', | 1348 'browser/media_gallery/media_gallery_database.cc', |
| 1347 'browser/media_gallery/media_gallery_database.h', | 1349 'browser/media_gallery/media_gallery_database.h', |
| 1348 'browser/media_gallery/media_gallery_database_types.cc', | 1350 'browser/media_gallery/media_gallery_database_types.cc', |
| 1349 'browser/media_gallery/media_gallery_database_types.h', | 1351 'browser/media_gallery/media_gallery_database_types.h', |
| 1350 'browser/memory_details.cc', | 1352 'browser/memory_details.cc', |
| 1351 'browser/memory_details.h', | 1353 'browser/memory_details.h', |
| 1352 'browser/memory_details_android.cc', | 1354 'browser/memory_details_android.cc', |
| 1353 'browser/memory_details_linux.cc', | 1355 'browser/memory_details_linux.cc', |
| 1354 'browser/memory_details_mac.cc', | 1356 'browser/memory_details_mac.cc', |
| 1355 'browser/memory_details_win.cc', | 1357 'browser/memory_details_win.cc', |
| (...skipping 3746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5102 'browser/metrics/proto/study.proto', | 5104 'browser/metrics/proto/study.proto', |
| 5103 ], | 5105 ], |
| 5104 'variables': { | 5106 'variables': { |
| 5105 'proto_in_dir': 'browser/metrics/proto', | 5107 'proto_in_dir': 'browser/metrics/proto', |
| 5106 'proto_out_dir': 'chrome/browser/metrics/proto', | 5108 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5107 }, | 5109 }, |
| 5108 'includes': [ '../build/protoc.gypi' ] | 5110 'includes': [ '../build/protoc.gypi' ] |
| 5109 }, | 5111 }, |
| 5110 ], | 5112 ], |
| 5111 } | 5113 } |
| OLD | NEW |