| 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 3369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3380 '../media/media.gyp:media', | 3380 '../media/media.gyp:media', |
| 3381 '../media/midi/midi.gyp:midi', | 3381 '../media/midi/midi.gyp:midi', |
| 3382 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3382 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3383 '../mojo/mojo_base.gyp:mojo_common_lib', | 3383 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 3384 '../mojo/mojo_base.gyp:mojo_url_type_converters', | 3384 '../mojo/mojo_base.gyp:mojo_url_type_converters', |
| 3385 '../mojo/mojo_edk.gyp:mojo_system_impl', | 3385 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 3386 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 3386 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3387 '../mojo/mojo_public.gyp:mojo_js_bindings', | 3387 '../mojo/mojo_public.gyp:mojo_js_bindings', |
| 3388 '../net/net.gyp:net_extras', | 3388 '../net/net.gyp:net_extras', |
| 3389 '../net/net.gyp:net_with_v8', | 3389 '../net/net.gyp:net_with_v8', |
| 3390 '../services/shell/shell.gyp:shell_public', | 3390 '../services/shell/shell_public.gyp:shell_public', |
| 3391 '../storage/storage_browser.gyp:storage', | 3391 '../storage/storage_browser.gyp:storage', |
| 3392 '../storage/storage_common.gyp:storage_common', | 3392 '../storage/storage_common.gyp:storage_common', |
| 3393 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3393 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 3394 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3394 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 3395 '../third_party/libyuv/libyuv.gyp:libyuv', | 3395 '../third_party/libyuv/libyuv.gyp:libyuv', |
| 3396 '../third_party/re2/re2.gyp:re2', | 3396 '../third_party/re2/re2.gyp:re2', |
| 3397 '../third_party/smhasher/smhasher.gyp:cityhash', | 3397 '../third_party/smhasher/smhasher.gyp:cityhash', |
| 3398 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 3398 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 3399 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 3399 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 3400 '../ui/gl/gl.gyp:gl', | 3400 '../ui/gl/gl.gyp:gl', |
| (...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4262 '../components/components.gyp:rlz', | 4262 '../components/components.gyp:rlz', |
| 4263 '../components/components.gyp:search_engines', | 4263 '../components/components.gyp:search_engines', |
| 4264 '../rlz/rlz.gyp:rlz_lib', | 4264 '../rlz/rlz.gyp:rlz_lib', |
| 4265 'common', | 4265 'common', |
| 4266 ], | 4266 ], |
| 4267 }, | 4267 }, |
| 4268 ], | 4268 ], |
| 4269 }], | 4269 }], |
| 4270 ], | 4270 ], |
| 4271 } | 4271 } |
| OLD | NEW |