| 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 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1893 'browser/media/protected_media_identifier_permission_context.h', | 1893 'browser/media/protected_media_identifier_permission_context.h', |
| 1894 'browser/media/protected_media_identifier_permission_context_factory.cc', | 1894 'browser/media/protected_media_identifier_permission_context_factory.cc', |
| 1895 'browser/media/protected_media_identifier_permission_context_factory.h', | 1895 'browser/media/protected_media_identifier_permission_context_factory.h', |
| 1896 ], | 1896 ], |
| 1897 # Used everywhere but Android. | 1897 # Used everywhere but Android. |
| 1898 'chrome_browser_non_android_sources': [ | 1898 'chrome_browser_non_android_sources': [ |
| 1899 'browser/accessibility/accessibility_events.cc', | 1899 'browser/accessibility/accessibility_events.cc', |
| 1900 'browser/accessibility/accessibility_events.h', | 1900 'browser/accessibility/accessibility_events.h', |
| 1901 'browser/accessibility/accessibility_extension_api_constants.cc', | 1901 'browser/accessibility/accessibility_extension_api_constants.cc', |
| 1902 'browser/accessibility/accessibility_extension_api_constants.h', | 1902 'browser/accessibility/accessibility_extension_api_constants.h', |
| 1903 'browser/accessibility/ax_tree_id_registry.cc', |
| 1904 'browser/accessibility/ax_tree_id_registry.h', |
| 1903 'browser/accessibility/invert_bubble_prefs.cc', | 1905 'browser/accessibility/invert_bubble_prefs.cc', |
| 1904 'browser/accessibility/invert_bubble_prefs.h', | 1906 'browser/accessibility/invert_bubble_prefs.h', |
| 1905 'browser/auto_launch_trial.cc', | 1907 'browser/auto_launch_trial.cc', |
| 1906 'browser/auto_launch_trial.h', | 1908 'browser/auto_launch_trial.h', |
| 1907 'browser/bookmarks/bookmark_html_writer.cc', | 1909 'browser/bookmarks/bookmark_html_writer.cc', |
| 1908 'browser/bookmarks/bookmark_html_writer.h', | 1910 'browser/bookmarks/bookmark_html_writer.h', |
| 1909 'browser/certificate_viewer.cc', | 1911 'browser/certificate_viewer.cc', |
| 1910 'browser/certificate_viewer.h', | 1912 'browser/certificate_viewer.h', |
| 1911 'browser/chrome_browser_main_posix.cc', | 1913 'browser/chrome_browser_main_posix.cc', |
| 1912 'browser/chrome_browser_main_posix.h', | 1914 'browser/chrome_browser_main_posix.h', |
| (...skipping 1678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3591 'variables': { | 3593 'variables': { |
| 3592 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3594 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3593 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3595 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3594 }, | 3596 }, |
| 3595 'includes': [ '../build/protoc.gypi' ] | 3597 'includes': [ '../build/protoc.gypi' ] |
| 3596 }, | 3598 }, |
| 3597 ], | 3599 ], |
| 3598 },], | 3600 },], |
| 3599 ], | 3601 ], |
| 3600 } | 3602 } |
| OLD | NEW |