Chromium Code Reviews| 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 2922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2933 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2933 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2934 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , | 2934 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , |
| 2935 '../third_party/libyuv/libyuv.gyp:libyuv', | 2935 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2936 '../third_party/npapi/npapi.gyp:npapi', | 2936 '../third_party/npapi/npapi.gyp:npapi', |
| 2937 '../third_party/smhasher/smhasher.gyp:cityhash', | 2937 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 2938 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2938 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 2939 '../ui/gl/gl.gyp:gl', | 2939 '../ui/gl/gl.gyp:gl', |
| 2940 '../ui/surface/surface.gyp:surface', | 2940 '../ui/surface/surface.gyp:surface', |
| 2941 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2941 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2942 '../v8/tools/gyp/v8.gyp:v8', | 2942 '../v8/tools/gyp/v8.gyp:v8', |
| 2943 '../webkit/storage_browser.gyp:storage', | 2943 '../storage/storage_browser.gyp:storage', |
|
jamesr
2014/09/05 01:02:30
sort
| |
| 2944 ], | 2944 ], |
| 2945 'sources': [ | 2945 'sources': [ |
| 2946 '<@(chrome_browser_non_ios_sources)', | 2946 '<@(chrome_browser_non_ios_sources)', |
| 2947 | 2947 |
| 2948 # These files are generated by GRIT. | 2948 # These files are generated by GRIT. |
| 2949 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2949 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
| 2950 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2950 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2951 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 2951 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
| 2952 | 2952 |
| 2953 # This file is generated by | 2953 # This file is generated by |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3568 'variables': { | 3568 'variables': { |
| 3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3571 }, | 3571 }, |
| 3572 'includes': [ '../build/protoc.gypi' ] | 3572 'includes': [ '../build/protoc.gypi' ] |
| 3573 }, | 3573 }, |
| 3574 ], | 3574 ], |
| 3575 },], | 3575 },], |
| 3576 ], | 3576 ], |
| 3577 } | 3577 } |
| OLD | NEW |