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 2988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2999 '../third_party/expat/expat.gyp:expat', | 2999 '../third_party/expat/expat.gyp:expat', |
3000 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3000 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
3001 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3001 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3002 '../third_party/libyuv/libyuv.gyp:libyuv', | 3002 '../third_party/libyuv/libyuv.gyp:libyuv', |
3003 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', | 3003 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', |
3004 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 3004 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
3005 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', | 3005 '../third_party/mojo/mojo_public.gyp:mojo_js_bindings', |
3006 '../third_party/npapi/npapi.gyp:npapi', | 3006 '../third_party/npapi/npapi.gyp:npapi', |
3007 '../third_party/smhasher/smhasher.gyp:cityhash', | 3007 '../third_party/smhasher/smhasher.gyp:cityhash', |
3008 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 3008 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 3009 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
3009 '../ui/gl/gl.gyp:gl', | 3010 '../ui/gl/gl.gyp:gl', |
3010 '../ui/surface/surface.gyp:surface', | 3011 '../ui/surface/surface.gyp:surface', |
3011 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', | 3012 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', |
3012 '../v8/tools/gyp/v8.gyp:v8', | 3013 '../v8/tools/gyp/v8.gyp:v8', |
3013 ], | 3014 ], |
3014 'sources': [ | 3015 'sources': [ |
3015 '<@(chrome_browser_non_ios_sources)', | 3016 '<@(chrome_browser_non_ios_sources)', |
3016 '<@(chrome_browser_autocomplete_sources)', | 3017 '<@(chrome_browser_autocomplete_sources)', |
3017 '<@(chrome_browser_bookmark_sources)', | 3018 '<@(chrome_browser_bookmark_sources)', |
3018 '<@(chrome_browser_browser_process_sources)', | 3019 '<@(chrome_browser_browser_process_sources)', |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3694 'variables': { | 3695 'variables': { |
3695 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3696 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3697 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3697 }, | 3698 }, |
3698 'includes': [ '../build/protoc.gypi' ] | 3699 'includes': [ '../build/protoc.gypi' ] |
3699 }, | 3700 }, |
3700 ], | 3701 ], |
3701 },], | 3702 },], |
3702 ], | 3703 ], |
3703 } | 3704 } |
OLD | NEW |