| 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 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_menu_model.cc', | 1356 'browser/media/media_stream_devices_menu_model.cc', |
| 1357 'browser/media/media_stream_devices_menu_model.h', | 1357 'browser/media/media_stream_devices_menu_model.h', |
| 1358 'browser/media/media_stream_devices_controller.cc', |
| 1359 'browser/media/media_stream_devices_controller.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', |
| 1366 'browser/media_gallery/media_gallery_database_types.cc', | 1368 'browser/media_gallery/media_gallery_database_types.cc', |
| 1367 'browser/media_gallery/media_gallery_database_types.h', | 1369 'browser/media_gallery/media_gallery_database_types.h', |
| (...skipping 3876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5244 'browser/metrics/proto/study.proto', | 5246 'browser/metrics/proto/study.proto', |
| 5245 ], | 5247 ], |
| 5246 'variables': { | 5248 'variables': { |
| 5247 'proto_in_dir': 'browser/metrics/proto', | 5249 'proto_in_dir': 'browser/metrics/proto', |
| 5248 'proto_out_dir': 'chrome/browser/metrics/proto', | 5250 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5249 }, | 5251 }, |
| 5250 'includes': [ '../build/protoc.gypi' ] | 5252 'includes': [ '../build/protoc.gypi' ] |
| 5251 }, | 5253 }, |
| 5252 ], | 5254 ], |
| 5253 } | 5255 } |
| OLD | NEW |