Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Side by Side Diff: chrome/chrome.gyp

Issue 6246027: Move src/gfx/ to src/ui/gfx... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/all.gyp ('k') | gfx/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 1598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1609 # TODO(sgk): remove this when we change the buildbots to 1609 # TODO(sgk): remove this when we change the buildbots to
1610 # use the generated build\all.sln file to build the world. 1610 # use the generated build\all.sln file to build the world.
1611 'target_name': 'pull_in_all', 1611 'target_name': 'pull_in_all',
1612 'type': 'none', 1612 'type': 'none',
1613 'dependencies': [ 1613 'dependencies': [
1614 'installer/mini_installer.gyp:*', 1614 'installer/mini_installer.gyp:*',
1615 'installer/upgrade_test.gyp:*', 1615 'installer/upgrade_test.gyp:*',
1616 '../app/app.gyp:*', 1616 '../app/app.gyp:*',
1617 '../base/base.gyp:*', 1617 '../base/base.gyp:*',
1618 '../chrome_frame/chrome_frame.gyp:*', 1618 '../chrome_frame/chrome_frame.gyp:*',
1619 '../gfx/gfx.gyp:*', 1619 '../ui/gfx/gfx.gyp:*',
1620 '../ipc/ipc.gyp:*', 1620 '../ipc/ipc.gyp:*',
1621 '../media/media.gyp:*', 1621 '../media/media.gyp:*',
1622 '../net/net.gyp:*', 1622 '../net/net.gyp:*',
1623 '../ppapi/ppapi.gyp:*', 1623 '../ppapi/ppapi.gyp:*',
1624 '../printing/printing.gyp:*', 1624 '../printing/printing.gyp:*',
1625 '../sdch/sdch.gyp:*', 1625 '../sdch/sdch.gyp:*',
1626 '../skia/skia.gyp:*', 1626 '../skia/skia.gyp:*',
1627 '../testing/gmock.gyp:*', 1627 '../testing/gmock.gyp:*',
1628 '../testing/gtest.gyp:*', 1628 '../testing/gtest.gyp:*',
1629 '../third_party/bsdiff/bsdiff.gyp:*', 1629 '../third_party/bsdiff/bsdiff.gyp:*',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1842 'action_name': 'repack_chrome', 1842 'action_name': 'repack_chrome',
1843 'variables': { 1843 'variables': {
1844 'pak_inputs': [ 1844 'pak_inputs': [
1845 '<(grit_out_dir)/autofill_resources.pak', 1845 '<(grit_out_dir)/autofill_resources.pak',
1846 '<(grit_out_dir)/browser_resources.pak', 1846 '<(grit_out_dir)/browser_resources.pak',
1847 '<(grit_out_dir)/common_resources.pak', 1847 '<(grit_out_dir)/common_resources.pak',
1848 '<(grit_out_dir)/default_plugin_resources/default_plugin_resourc es.pak', 1848 '<(grit_out_dir)/default_plugin_resources/default_plugin_resourc es.pak',
1849 '<(grit_out_dir)/renderer_resources.pak', 1849 '<(grit_out_dir)/renderer_resources.pak',
1850 '<(grit_out_dir)/theme_resources.pak', 1850 '<(grit_out_dir)/theme_resources.pak',
1851 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak' , 1851 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.pak' ,
1852 '<(SHARED_INTERMEDIATE_DIR)/gfx/gfx_resources.pak', 1852 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak',
1853 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', 1853 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
1854 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak ', 1854 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak ',
1855 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak', 1855 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
1856 ], 1856 ],
1857 }, 1857 },
1858 'inputs': [ 1858 'inputs': [
1859 '<(repack_path)', 1859 '<(repack_path)',
1860 '<@(pak_inputs)', 1860 '<@(pak_inputs)',
1861 ], 1861 ],
1862 'outputs': [ 1862 'outputs': [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 }], # targets 1916 }], # targets
1917 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1917 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1918 ], # 'conditions' 1918 ], # 'conditions'
1919 } 1919 }
1920 1920
1921 # Local Variables: 1921 # Local Variables:
1922 # tab-width:2 1922 # tab-width:2
1923 # indent-tabs-mode:nil 1923 # indent-tabs-mode:nil
1924 # End: 1924 # End:
1925 # vim: set expandtab tabstop=2 shiftwidth=2: 1925 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | gfx/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698