| 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 3383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3394 '../content/content.gyp:common_features', | 3394 '../content/content.gyp:common_features', |
| 3395 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', | 3395 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', |
| 3396 '../device/core/core.gyp:device_core', | 3396 '../device/core/core.gyp:device_core', |
| 3397 '../device/usb/usb.gyp:device_usb', | 3397 '../device/usb/usb.gyp:device_usb', |
| 3398 '../device/usb/usb.gyp:device_usb_mojo_bindings', | 3398 '../device/usb/usb.gyp:device_usb_mojo_bindings', |
| 3399 '../gpu/gpu.gyp:gpu', | 3399 '../gpu/gpu.gyp:gpu', |
| 3400 '../media/media.gyp:media', | 3400 '../media/media.gyp:media', |
| 3401 '../media/midi/midi.gyp:midi', | 3401 '../media/midi/midi.gyp:midi', |
| 3402 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', | 3402 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap
i', |
| 3403 '../mojo/mojo_base.gyp:mojo_common_lib', | 3403 '../mojo/mojo_base.gyp:mojo_common_lib', |
| 3404 '../mojo/mojo_base.gyp:mojo_url_type_converters', | |
| 3405 '../mojo/mojo_edk.gyp:mojo_system_impl', | 3404 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 3406 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 3405 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 3407 '../mojo/mojo_public.gyp:mojo_js_bindings', | 3406 '../mojo/mojo_public.gyp:mojo_js_bindings', |
| 3408 '../net/net.gyp:net_extras', | 3407 '../net/net.gyp:net_extras', |
| 3409 '../net/net.gyp:net_with_v8', | 3408 '../net/net.gyp:net_with_v8', |
| 3410 '../services/shell/shell_public.gyp:shell_public', | 3409 '../services/shell/shell_public.gyp:shell_public', |
| 3411 '../storage/storage_browser.gyp:storage', | 3410 '../storage/storage_browser.gyp:storage', |
| 3412 '../storage/storage_common.gyp:storage_common', | 3411 '../storage/storage_common.gyp:storage_common', |
| 3413 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 3412 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 3414 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3413 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| (...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4287 '../components/components.gyp:rlz', | 4286 '../components/components.gyp:rlz', |
| 4288 '../components/components.gyp:search_engines', | 4287 '../components/components.gyp:search_engines', |
| 4289 '../rlz/rlz.gyp:rlz_lib', | 4288 '../rlz/rlz.gyp:rlz_lib', |
| 4290 'common', | 4289 'common', |
| 4291 ], | 4290 ], |
| 4292 }, | 4291 }, |
| 4293 ], | 4292 ], |
| 4294 }], | 4293 }], |
| 4295 ], | 4294 ], |
| 4296 } | 4295 } |
| OLD | NEW |