| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
| 10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
| (...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 '../media/media.gyp:media', | 662 '../media/media.gyp:media', |
| 663 '../net/net.gyp:net_resources', | 663 '../net/net.gyp:net_resources', |
| 664 '../printing/printing.gyp:printing', | 664 '../printing/printing.gyp:printing', |
| 665 '../skia/skia.gyp:skia', | 665 '../skia/skia.gyp:skia', |
| 666 '../third_party/bzip2/bzip2.gyp:bzip2', | 666 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 667 '../third_party/icu/icu.gyp:icui18n', | 667 '../third_party/icu/icu.gyp:icui18n', |
| 668 '../third_party/icu/icu.gyp:icuuc', | 668 '../third_party/icu/icu.gyp:icuuc', |
| 669 '../third_party/libxml/libxml.gyp:libxml', | 669 '../third_party/libxml/libxml.gyp:libxml', |
| 670 '../third_party/npapi/npapi.gyp:npapi', | 670 '../third_party/npapi/npapi.gyp:npapi', |
| 671 '../third_party/hunspell/hunspell.gyp:hunspell', | 671 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 672 '../webkit/webkit.gyp:database', |
| 672 '../webkit/webkit.gyp:glue', | 673 '../webkit/webkit.gyp:glue', |
| 673 ], | 674 ], |
| 674 'include_dirs': [ | 675 'include_dirs': [ |
| 675 '..', | 676 '..', |
| 676 '<(INTERMEDIATE_DIR)', | 677 '<(INTERMEDIATE_DIR)', |
| 677 ], | 678 ], |
| 678 'sources': [ | 679 'sources': [ |
| 679 # All .cc, .h, .m, and .mm files under browser except for tests and | 680 # All .cc, .h, .m, and .mm files under browser except for tests and |
| 680 # mocks. | 681 # mocks. |
| 681 'browser/alternate_nav_url_fetcher.cc', | 682 'browser/alternate_nav_url_fetcher.cc', |
| (...skipping 5918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6600 'dependencies': [ | 6601 'dependencies': [ |
| 6601 '../third_party/pthreads-win32/pthreads.gyp:pthreads', | 6602 '../third_party/pthreads-win32/pthreads.gyp:pthreads', |
| 6602 ], | 6603 ], |
| 6603 }], | 6604 }], |
| 6604 ], | 6605 ], |
| 6605 }, | 6606 }, |
| 6606 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 | 6607 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 |
| 6607 }], | 6608 }], |
| 6608 ], # 'conditions' | 6609 ], # 'conditions' |
| 6609 } | 6610 } |
| OLD | NEW |