| 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 2940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2951 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2951 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2952 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2952 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2953 '../third_party/libyuv/libyuv.gyp:libyuv', | 2953 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 2954 '../third_party/npapi/npapi.gyp:npapi', | 2954 '../third_party/npapi/npapi.gyp:npapi', |
| 2955 '../third_party/smhasher/smhasher.gyp:cityhash', | 2955 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 2956 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2956 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 2957 '../ui/gl/gl.gyp:gl', | 2957 '../ui/gl/gl.gyp:gl', |
| 2958 '../ui/surface/surface.gyp:surface', | 2958 '../ui/surface/surface.gyp:surface', |
| 2959 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 2959 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
| 2960 '../v8/tools/gyp/v8.gyp:v8', | 2960 '../v8/tools/gyp/v8.gyp:v8', |
| 2961 '../webkit/storage_browser.gyp:webkit_storage_browser', | 2961 '../webkit/storage_browser.gyp:storage', |
| 2962 '../webkit/storage_common.gyp:webkit_storage_common', | 2962 '../webkit/storage_common.gyp:storage_common', |
| 2963 ], | 2963 ], |
| 2964 'sources': [ | 2964 'sources': [ |
| 2965 '<@(chrome_browser_non_ios_sources)', | 2965 '<@(chrome_browser_non_ios_sources)', |
| 2966 | 2966 |
| 2967 # These files are generated by GRIT. | 2967 # These files are generated by GRIT. |
| 2968 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2968 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
| 2969 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2969 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2970 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', | 2970 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/ui_resources_map.cc', |
| 2971 | 2971 |
| 2972 # This file is generated by | 2972 # This file is generated by |
| (...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3582 'variables': { | 3582 'variables': { |
| 3583 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3583 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3584 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3585 }, | 3585 }, |
| 3586 'includes': [ '../build/protoc.gypi' ] | 3586 'includes': [ '../build/protoc.gypi' ] |
| 3587 }, | 3587 }, |
| 3588 ], | 3588 ], |
| 3589 },], | 3589 },], |
| 3590 ], | 3590 ], |
| 3591 } | 3591 } |
| OLD | NEW |