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

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: 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
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 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 '../chrome_frame/chrome_frame.gyp:*', 1375 '../chrome_frame/chrome_frame.gyp:*',
1376 '../content/content.gyp:*', 1376 '../content/content.gyp:*',
1377 '../ipc/ipc.gyp:*', 1377 '../ipc/ipc.gyp:*',
1378 '../media/media.gyp:*', 1378 '../media/media.gyp:*',
1379 '../net/net.gyp:*', 1379 '../net/net.gyp:*',
1380 '../ppapi/ppapi.gyp:*', 1380 '../ppapi/ppapi.gyp:*',
1381 '../ppapi/ppapi_internal.gyp:*', 1381 '../ppapi/ppapi_internal.gyp:*',
1382 '../printing/printing.gyp:*', 1382 '../printing/printing.gyp:*',
1383 '../sdch/sdch.gyp:*', 1383 '../sdch/sdch.gyp:*',
1384 '../skia/skia.gyp:*', 1384 '../skia/skia.gyp:*',
1385 '../sql/sql.gyp:*',
1385 '../testing/gmock.gyp:*', 1386 '../testing/gmock.gyp:*',
1386 '../testing/gtest.gyp:*', 1387 '../testing/gtest.gyp:*',
1387 '../third_party/bsdiff/bsdiff.gyp:*', 1388 '../third_party/bsdiff/bsdiff.gyp:*',
1388 '../third_party/bspatch/bspatch.gyp:*', 1389 '../third_party/bspatch/bspatch.gyp:*',
1389 '../third_party/bzip2/bzip2.gyp:*', 1390 '../third_party/bzip2/bzip2.gyp:*',
1390 '../third_party/codesighs/codesighs.gyp:*', 1391 '../third_party/codesighs/codesighs.gyp:*',
1391 '../third_party/iccjpeg/iccjpeg.gyp:*', 1392 '../third_party/iccjpeg/iccjpeg.gyp:*',
1392 '../third_party/icu/icu.gyp:*', 1393 '../third_party/icu/icu.gyp:*',
1393 '../third_party/libpng/libpng.gyp:*', 1394 '../third_party/libpng/libpng.gyp:*',
1394 '../third_party/libwebp/libwebp.gyp:*', 1395 '../third_party/libwebp/libwebp.gyp:*',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
1678 'destination': '<(PRODUCT_DIR)', 1679 'destination': '<(PRODUCT_DIR)',
1679 'files': [ 1680 'files': [
1680 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1681 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1681 ], 1682 ],
1682 }, 1683 },
1683 ], 1684 ],
1684 }], # targets 1685 }], # targets
1685 }], # os_posix == 1 and OS != "mac" 1686 }], # os_posix == 1 and OS != "mac"
1686 ], # 'conditions' 1687 ], # 'conditions'
1687 } 1688 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698