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

Side by Side Diff: chrome/chrome.gyp

Issue 7353026: Move app/sql/* files to sql/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 5 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 | « chrome/browser/webdata/web_database_table.h ('k') | chrome/test/automation/proxy_launcher.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 '../chrome_frame/chrome_frame.gyp:*', 1377 '../chrome_frame/chrome_frame.gyp:*',
1378 '../content/content.gyp:*', 1378 '../content/content.gyp:*',
1379 '../ipc/ipc.gyp:*', 1379 '../ipc/ipc.gyp:*',
1380 '../media/media.gyp:*', 1380 '../media/media.gyp:*',
1381 '../net/net.gyp:*', 1381 '../net/net.gyp:*',
1382 '../ppapi/ppapi.gyp:*', 1382 '../ppapi/ppapi.gyp:*',
1383 '../ppapi/ppapi_internal.gyp:*', 1383 '../ppapi/ppapi_internal.gyp:*',
1384 '../printing/printing.gyp:*', 1384 '../printing/printing.gyp:*',
1385 '../sdch/sdch.gyp:*', 1385 '../sdch/sdch.gyp:*',
1386 '../skia/skia.gyp:*', 1386 '../skia/skia.gyp:*',
1387 '../sql/sql.gyp:*',
1387 '../testing/gmock.gyp:*', 1388 '../testing/gmock.gyp:*',
1388 '../testing/gtest.gyp:*', 1389 '../testing/gtest.gyp:*',
1389 '../third_party/bsdiff/bsdiff.gyp:*', 1390 '../third_party/bsdiff/bsdiff.gyp:*',
1390 '../third_party/bspatch/bspatch.gyp:*', 1391 '../third_party/bspatch/bspatch.gyp:*',
1391 '../third_party/bzip2/bzip2.gyp:*', 1392 '../third_party/bzip2/bzip2.gyp:*',
1392 '../third_party/codesighs/codesighs.gyp:*', 1393 '../third_party/codesighs/codesighs.gyp:*',
1393 '../third_party/iccjpeg/iccjpeg.gyp:*', 1394 '../third_party/iccjpeg/iccjpeg.gyp:*',
1394 '../third_party/icu/icu.gyp:*', 1395 '../third_party/icu/icu.gyp:*',
1395 '../third_party/libpng/libpng.gyp:*', 1396 '../third_party/libpng/libpng.gyp:*',
1396 '../third_party/libwebp/libwebp.gyp:*', 1397 '../third_party/libwebp/libwebp.gyp:*',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
1680 'destination': '<(PRODUCT_DIR)', 1681 'destination': '<(PRODUCT_DIR)',
1681 'files': [ 1682 'files': [
1682 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1683 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1683 ], 1684 ],
1684 }, 1685 },
1685 ], 1686 ],
1686 }], # targets 1687 }], # targets
1687 }], # os_posix == 1 and OS != "mac" 1688 }], # os_posix == 1 and OS != "mac"
1688 ], # 'conditions' 1689 ], # 'conditions'
1689 } 1690 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_database_table.h ('k') | chrome/test/automation/proxy_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698