OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1488 'browser/drive/drive_notification_manager.h', | 1488 'browser/drive/drive_notification_manager.h', |
1489 'browser/drive/drive_notification_manager_factory.cc', | 1489 'browser/drive/drive_notification_manager_factory.cc', |
1490 'browser/drive/drive_notification_manager_factory.h', | 1490 'browser/drive/drive_notification_manager_factory.h', |
1491 'browser/drive/drive_notification_observer.h', | 1491 'browser/drive/drive_notification_observer.h', |
1492 'browser/drive/drive_service_interface.cc', | 1492 'browser/drive/drive_service_interface.cc', |
1493 'browser/drive/drive_service_interface.h', | 1493 'browser/drive/drive_service_interface.h', |
1494 'browser/drive/drive_uploader.cc', | 1494 'browser/drive/drive_uploader.cc', |
1495 'browser/drive/drive_uploader.h', | 1495 'browser/drive/drive_uploader.h', |
1496 'browser/drive/event_logger.cc', | 1496 'browser/drive/event_logger.cc', |
1497 'browser/drive/event_logger.h', | 1497 'browser/drive/event_logger.h', |
1498 'browser/guest_view/app_view/app_view_constants.cc', | |
1499 'browser/guest_view/app_view/app_view_constants.h', | |
1500 'browser/guest_view/app_view/app_view_guest.cc', | |
1501 'browser/guest_view/app_view/app_view_guest.h', | |
1502 'browser/guest_view/extension_options/extension_options_constants.cc', | 1498 'browser/guest_view/extension_options/extension_options_constants.cc', |
1503 'browser/guest_view/extension_options/extension_options_constants.h', | 1499 'browser/guest_view/extension_options/extension_options_constants.h', |
1504 'browser/guest_view/extension_options/extension_options_guest.cc', | 1500 'browser/guest_view/extension_options/extension_options_guest.cc', |
1505 'browser/guest_view/extension_options/extension_options_guest.h', | 1501 'browser/guest_view/extension_options/extension_options_guest.h', |
| 1502 'browser/guest_view/app_view/chrome_app_view_guest_delegate.cc', |
| 1503 'browser/guest_view/app_view/chrome_app_view_guest_delegate.h', |
1506 'browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.cc
', | 1504 'browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.cc
', |
1507 'browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.h'
, | 1505 'browser/guest_view/web_view/chrome_web_view_permission_helper_delegate.h'
, |
1508 'browser/guest_view/web_view/context_menu_content_type_web_view.cc', | 1506 'browser/guest_view/web_view/context_menu_content_type_web_view.cc', |
1509 'browser/guest_view/web_view/context_menu_content_type_web_view.h', | 1507 'browser/guest_view/web_view/context_menu_content_type_web_view.h', |
1510 'browser/guest_view/web_view/javascript_dialog_helper.cc', | 1508 'browser/guest_view/web_view/javascript_dialog_helper.cc', |
1511 'browser/guest_view/web_view/javascript_dialog_helper.h', | 1509 'browser/guest_view/web_view/javascript_dialog_helper.h', |
1512 'browser/guest_view/web_view/web_view_constants.cc', | 1510 'browser/guest_view/web_view/web_view_constants.cc', |
1513 'browser/guest_view/web_view/web_view_constants.h', | 1511 'browser/guest_view/web_view/web_view_constants.h', |
1514 'browser/guest_view/web_view/web_view_find_helper.cc', | 1512 'browser/guest_view/web_view/web_view_find_helper.cc', |
1515 'browser/guest_view/web_view/web_view_find_helper.h', | 1513 'browser/guest_view/web_view/web_view_find_helper.h', |
(...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3632 'variables': { | 3630 'variables': { |
3633 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3631 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3634 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3632 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3635 }, | 3633 }, |
3636 'includes': [ '../build/protoc.gypi' ] | 3634 'includes': [ '../build/protoc.gypi' ] |
3637 }, | 3635 }, |
3638 ], | 3636 ], |
3639 },], | 3637 },], |
3640 ], | 3638 ], |
3641 } | 3639 } |
OLD | NEW |